Fix ;
This commit is contained in:
parent
6a882bc400
commit
e46c70d858
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class WebTorrentPlugin extends Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not display error to user because we will have multiple fallback
|
// Do not display error to user because we will have multiple fallback
|
||||||
this.disableErrorDisplay()
|
this.disableErrorDisplay();
|
||||||
|
|
||||||
// Hack to "simulate" src link in video.js >= 6
|
// Hack to "simulate" src link in video.js >= 6
|
||||||
// Without this, we can't play the video after pausing it
|
// Without this, we can't play the video after pausing it
|
||||||
|
|
Loading…
Reference in a new issue