Remove LBRY integration for now.

This commit is contained in:
Kavin 2023-03-04 04:42:03 +00:00
parent fb780b0afa
commit 690031c010
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -271,9 +271,7 @@ export default {
const MseSupport = window.MediaSource !== undefined; const MseSupport = window.MediaSource !== undefined;
const lbry = this.getPreferenceBoolean("disableLBRY", false) const lbry = null;
? null
: this.video.videoStreams.filter(stream => stream.quality === "LBRY")[0];
var uri; var uri;
var mime; var mime;