mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording dialogs
This commit is contained in:
parent
bdfd870584
commit
141344eead
60 changed files with 546 additions and 211 deletions
|
@ -1417,9 +1417,7 @@ var AppInfo = {};
|
|||
});
|
||||
|
||||
// alias
|
||||
define("historyManager", [], function () {
|
||||
return Emby.Page;
|
||||
});
|
||||
define("historyManager", ['embyRouter'], returnFirstDependency);
|
||||
|
||||
define("headroom-window", ['headroom'], createWindowHeadroom);
|
||||
define("hammer-main", ['hammer'], createMainContentHammer);
|
||||
|
@ -2682,7 +2680,6 @@ var AppInfo = {};
|
|||
|
||||
window.Emby = {};
|
||||
window.Emby.Page = pageObjects;
|
||||
window.Emby.TransparencyLevel = pageObjects.TransparencyLevel;
|
||||
defineCoreRoutes();
|
||||
Emby.Page.start({
|
||||
click: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue