mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
module resolution for autoPlayDetect
This commit is contained in:
parent
32d9a1549d
commit
f54a751a9d
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ var AppInfo = {};
|
|||
itemHelper: componentsPath + "/itemhelper",
|
||||
itemShortcuts: componentsPath + "/shortcuts",
|
||||
playQueueManager: componentsPath + "/playback/playqueuemanager",
|
||||
autoPlayDetect: componentsPath + "/playback/autoplaydetect",
|
||||
autoPlayDetect: componentsPath + "/playback/autoPlayDetect",
|
||||
nowPlayingHelper: componentsPath + "/playback/nowplayinghelper",
|
||||
pluginManager: componentsPath + "/pluginmanager",
|
||||
packageManager: componentsPath + "/packagemanager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue