mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove LBRY integration for now.
This commit is contained in:
parent
fb780b0afa
commit
690031c010
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue