mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix require apiInput to serverNotifications
This commit is contained in:
parent
82f171e99a
commit
bd17f06708
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ var AppInfo = {};
|
|||
require(["mediaSession"]);
|
||||
}
|
||||
|
||||
require(["apiInput"]);
|
||||
require(["serverNotifications"]);
|
||||
|
||||
if (!browser.tv && !browser.xboxOne) {
|
||||
require(["components/playback/playbackorientation"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue