From 02ad6c51af05d5ae01b1d8048f254f560d156111 Mon Sep 17 00:00:00 2001 From: bugfixin Date: Fri, 26 Apr 2019 23:36:00 +0000 Subject: [PATCH] Change reference to correct autoplaydetect file --- src/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/site.js b/src/scripts/site.js index f984f20eb..6ca850a0f 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.js @@ -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"