Browse Source

TypeScript fix

pull/175/head
zisra 2 years ago
parent
commit
596e680a18
  1. 1
      src/video/state/providers/castingStateProvider.ts

1
src/video/state/providers/castingStateProvider.ts

@ -84,7 +84,6 @@ export function createCastingStateProvider( @@ -84,7 +84,6 @@ export function createCastingStateProvider(
this.pause();
},
togglePictureInPicture() {
controller?.togglePictureInPicture();
updateSource(descriptor, state);
},
async setVolume(v) {

Loading…
Cancel
Save