Change reference to correct autoplaydetect file

This commit is contained in:
bugfixin 2019-04-26 23:36:00 +00:00
parent 5f90bee90e
commit 02ad6c51af

View File

@ -703,7 +703,7 @@ var AppInfo = {};
itemHelper: componentsPath + "/itemhelper", itemHelper: componentsPath + "/itemhelper",
itemShortcuts: componentsPath + "/shortcuts", itemShortcuts: componentsPath + "/shortcuts",
playQueueManager: componentsPath + "/playback/playqueuemanager", playQueueManager: componentsPath + "/playback/playqueuemanager",
autoPlayDetect: componentsPath + "/playback/autoPlayDetect", autoPlayDetect: componentsPath + "/playback/autoplaydetect",
nowPlayingHelper: componentsPath + "/playback/nowplayinghelper", nowPlayingHelper: componentsPath + "/playback/nowplayinghelper",
pluginManager: componentsPath + "/pluginmanager", pluginManager: componentsPath + "/pluginmanager",
packageManager: componentsPath + "/packagemanager" packageManager: componentsPath + "/packagemanager"