Fix magnet uri player copy

pull/2293/head
Chocobozzz 2019-11-27 11:18:34 +01:00
parent 2a53942d9e
commit aedf50d142
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -233,6 +233,10 @@ class WebTorrentPlugin extends Plugin {
return this.torrent
}
getCurrentVideoFile () {
return this.currentVideoFile
}
private addTorrent (
magnetOrTorrentUrl: string,
previousVideoFile: VideoFile,