Migrate networking.js, playback.js, serveractivity.js to ES6 modules

This commit is contained in:
Cameron
2020-07-08 19:58:28 +01:00
parent 1f8ce6e6f4
commit 1ac3ecbfa7
4 changed files with 28 additions and 11 deletions
+3
View File
@@ -124,6 +124,9 @@
"src/components/settingshelper.js",
"src/components/subtitlesettings/subtitlesettings.js",
"src/components/subtitlesettings/subtitleappearancehelper.js",
"src/controllers/dashboard/playback.js",
"src/controllers/dashboard/serveractivity.js",
"src/controllers/dashboard/networking.js",
"src/components/shortcuts.js",
"src/components/syncPlay/groupSelectionMenu.js",
"src/components/syncPlay/playbackPermissionManager.js",