]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/peertube-videojs-plugin.ts
Remove bad import
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / peertube-videojs-plugin.ts
index 65103f3ab732bc99586eb5ca6b3564285ce82417..79df42a533783f81269f1746a49bb8c75b8f7139 100644 (file)
@@ -272,6 +272,10 @@ class PeerTubePlugin extends Plugin {
     return this.currentVideoFile
   }
 
+  getTorrent () {
+    return this.torrent
+  }
+
   private tryToPlay (done?: Function) {
     if (!done) done = function () { /* empty */ }