Fix lint issues

This commit is contained in:
Bill Thornton
2021-09-01 01:06:37 -04:00
parent 4b581f4160
commit 730b9d36a8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class PlaybackCore {
this.manager = syncPlayManager;
this.timeSyncCore = syncPlayManager.getTimeSyncCore();
Events.on(Settings, 'update', (event) => {
Events.on(Settings, 'update', () => {
this.loadPreferences();
});
}