Implement basic SyncPlay settings

This commit is contained in:
Ionut Andrei Oanca
2020-10-14 20:40:46 +01:00
committed by Bill Thornton
parent 4a5051317b
commit 94c405f08e
20 changed files with 618 additions and 17 deletions
+1
View File
@@ -5,6 +5,7 @@
import { Events } from 'jellyfin-apiclient';
import * as Helper from './Helper';
import Settings from './Settings';
import TimeSyncCore from './timeSync/TimeSyncCore';
import PlaybackCore from './PlaybackCore';
import QueueCore from './QueueCore';