Fix FPS label in resolution menu
authorChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 15:45:05 +0000 (17:45 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 15:45:05 +0000 (17:45 +0200)
client/src/assets/player/peertube-videojs-plugin.ts

index 5fad139b90438cf9aa0efb300c45d65b3f97e79b..e268510fa0ff74cfe6d561ee4106d790e5b82a13 100644 (file)
@@ -134,7 +134,10 @@ class PeerTubePlugin extends Plugin {
   }
 
   getCurrentResolutionLabel () {
-    return this.currentVideoFile ? this.currentVideoFile.resolution.label : ''
+    if (!this.currentVideoFile) return ''
+
+    const fps = this.currentVideoFile.fps >= 50 ? this.currentVideoFile.fps : ''
+    return this.currentVideoFile.resolution.label + fps
   }
 
   updateVideoFile (