|
@@ -13,6 +13,7 @@ export class PlaybackCoordinator {
|
|
|
private static instance?: PlaybackCoordinator
|
|
private static instance?: PlaybackCoordinator
|
|
|
private runtime?: PlaybackRuntime
|
|
private runtime?: PlaybackRuntime
|
|
|
private stateBridge: PlaybackStateBridge = PlaybackStateBridge.getInstance()
|
|
private stateBridge: PlaybackStateBridge = PlaybackStateBridge.getInstance()
|
|
|
|
|
+ private constructor() {}
|
|
|
|
|
|
|
|
public static getInstance(): PlaybackCoordinator {
|
|
public static getInstance(): PlaybackCoordinator {
|
|
|
if (!PlaybackCoordinator.instance) {
|
|
if (!PlaybackCoordinator.instance) {
|