mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Remove LBRY integration for now.
This commit is contained in:
parent
fb780b0afa
commit
690031c010
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user