mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix magnet uri player copy
This commit is contained in:
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
Block a user