mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
module resolution for autoPlayDetect
This commit is contained in:
parent
32d9a1549d
commit
f54a751a9d
@ -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…
Reference in New Issue
Block a user