mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel mapping
This commit is contained in:
parent
8144b83f54
commit
7242460988
1 changed files with 7 additions and 0 deletions
|
@ -1999,6 +1999,13 @@ var AppInfo = {};
|
||||||
return dialoghelper;
|
return dialoghelper;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!('registerElement' in document)) {
|
||||||
|
//define("registerElement", ['bower_components/webcomponentsjs/CustomElements.min']);
|
||||||
|
define("registerElement", [{}]);
|
||||||
|
} else {
|
||||||
|
define("registerElement", [{}]);
|
||||||
|
}
|
||||||
|
|
||||||
// alias
|
// alias
|
||||||
define("historyManager", [], function () {
|
define("historyManager", [], function () {
|
||||||
return Emby.Page;
|
return Emby.Page;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue