mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' into query
This commit is contained in:
commit
51ca49e479
23 changed files with 6289 additions and 781 deletions
|
@ -103,6 +103,7 @@ _define("material-icons", function() {
|
|||
return material_icons;
|
||||
});
|
||||
|
||||
// noto font
|
||||
var noto = require("jellyfin-noto");
|
||||
_define("jellyfin-noto", function () {
|
||||
return noto;
|
||||
|
@ -113,3 +114,8 @@ var page = require("page");
|
|||
_define("page", function() {
|
||||
return page;
|
||||
});
|
||||
|
||||
var polyfill = require("@babel/polyfill/dist/polyfill");
|
||||
_define("polyfill", function () {
|
||||
return polyfill;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue