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 lbry = this.getPreferenceBoolean("disableLBRY", false)
|
||||
? null
|
||||
: this.video.videoStreams.filter(stream => stream.quality === "LBRY")[0];
|
||||
const lbry = null;
|
||||
|
||||
var uri;
|
||||
var mime;
|
||||
|
|
Loading…
Reference in a new issue