mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
TypeScript fix
This commit is contained in:
parent
c6bf568514
commit
596e680a18
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ export function createCastingStateProvider(
|
||||||
this.pause();
|
this.pause();
|
||||||
},
|
},
|
||||||
togglePictureInPicture() {
|
togglePictureInPicture() {
|
||||||
controller?.togglePictureInPicture();
|
|
||||||
updateSource(descriptor, state);
|
updateSource(descriptor, state);
|
||||||
},
|
},
|
||||||
async setVolume(v) {
|
async setVolume(v) {
|
||||||
|
|
Loading…
Reference in a new issue