mirror of https://github.com/Chocobozzz/PeerTube
Fix magnet uri player copy
parent
2a53942d9e
commit
aedf50d142
|
@ -233,6 +233,10 @@ class WebTorrentPlugin extends Plugin {
|
||||||
return this.torrent
|
return this.torrent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getCurrentVideoFile () {
|
||||||
|
return this.currentVideoFile
|
||||||
|
}
|
||||||
|
|
||||||
private addTorrent (
|
private addTorrent (
|
||||||
magnetOrTorrentUrl: string,
|
magnetOrTorrentUrl: string,
|
||||||
previousVideoFile: VideoFile,
|
previousVideoFile: VideoFile,
|
||||||
|
|
Loading…
Reference in New Issue