Merge pull request #291 from bugfixin/autoplaydetect404

Correct 404 on autoPlayDetect.js
This commit is contained in:
Joshua M. Boniface
2019-04-29 23:08:46 -04:00
committed by GitHub
+1 -1
View File
@@ -703,7 +703,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"