We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f76cbc commit 5b33c7aCopy full SHA for 5b33c7a
1 file changed
packages/vidstack/src/providers/video/remote-playback.ts
@@ -38,6 +38,8 @@ export abstract class VideoRemotePlaybackAdapter implements MediaRemotePlaybackA
38
}
39
40
private _watchSupported() {
41
+ if (!this._supported()) return;
42
+
43
const events = ['connecting', 'connect', 'disconnect'],
44
onStateChange = this._onStateChange.bind(this);
45
0 commit comments