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
|
||||
}
|
||||
|
||||
getCurrentVideoFile () {
|
||||
return this.currentVideoFile
|
||||
}
|
||||
|
||||
private addTorrent (
|
||||
magnetOrTorrentUrl: string,
|
||||
previousVideoFile: VideoFile,
|
||||
|
|
Loading…
Reference in New Issue