migrate mediaLibrary to ES6 module

This commit is contained in:
Cameron
2020-07-08 20:24:44 +01:00
parent 1ac3ecbfa7
commit e230e05e6e
3 changed files with 27 additions and 14 deletions
+4 -3
View File
@@ -124,9 +124,6 @@
"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",
@@ -134,7 +131,11 @@
"src/components/syncPlay/timeSyncManager.js",
"src/controllers/dashboard/logs.js",
"src/controllers/user/subtitles.js",
"src/controllers/dashboard/mediaLibrary.js",
"src/controllers/dashboard/networking.js",
"src/controllers/dashboard/playback.js",
"src/controllers/dashboard/plugins/repositories.js",
"src/controllers/dashboard/serveractivity.js",
"src/plugins/bookPlayer/plugin.js",
"src/plugins/bookPlayer/tableOfContents.js",
"src/plugins/photoPlayer/plugin.js",