From f54a751a9d9d5936da8f5fccbee708e284bc46ef Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Wed, 27 Feb 2019 00:20:20 +0000 Subject: [PATCH] module resolution for autoPlayDetect --- 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 05770be6ae..d450aeaa01 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.js @@ -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"