Merge pull request #1909 from iwalton3/auto-cast

Add Auto Cast Feature
This commit is contained in:
dkanada
2020-09-23 16:16:54 +09:00
committed by GitHub
6 changed files with 71 additions and 0 deletions
+1
View File
@@ -581,6 +581,7 @@ function initClient() {
define('webSettings', [scriptsPath + '/settings/webSettings'], returnFirstDependency);
define('appSettings', [scriptsPath + '/settings/appSettings'], returnFirstDependency);
define('userSettings', [scriptsPath + '/settings/userSettings'], returnFirstDependency);
define('autocast', [scriptsPath + '/autocast'], returnFirstDependency);
define('mediaSession', [componentsPath + '/playback/mediasession'], returnFirstDependency);
define('actionsheet', [componentsPath + '/actionSheet/actionSheet'], returnFirstDependency);