]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/peertube-videojs-plugin.ts
[#766] Fix the change of speed when quality changes
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / peertube-videojs-plugin.ts
index 32cc4cd8f1cd0cbb7fc8408983760f9aa5c12a6d..936fb25774b05bf0032258a8d29b291f18eaa8f6 100644 (file)
@@ -240,6 +240,8 @@ class PeerTubePlugin extends Plugin {
 
             if (options.seek) this.seek(options.seek)
             if (options.forcePlay === false && paused === true) this.player.pause()
+
+            return done(err)
           })
         })
       }, options.delay || 0)