diff options
Diffstat (limited to 'client/src/assets/player/peertube-videojs-plugin.ts')
-rw-r--r-- | client/src/assets/player/peertube-videojs-plugin.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/peertube-videojs-plugin.ts index 8c131c9e9..ca2b9a724 100644 --- a/client/src/assets/player/peertube-videojs-plugin.ts +++ b/client/src/assets/player/peertube-videojs-plugin.ts | |||
@@ -263,7 +263,7 @@ const peertubePlugin = function (options: PeertubePluginOptions) { | |||
263 | const isPaused = player.paused() | 263 | const isPaused = player.paused() |
264 | 264 | ||
265 | // Hide bigPlayButton | 265 | // Hide bigPlayButton |
266 | if (!isPaused && this.player_.options_.bigPlayButton) { | 266 | if (!isPaused) { |
267 | this.player_.bigPlayButton.hide() | 267 | this.player_.bigPlayButton.hide() |
268 | } | 268 | } |
269 | 269 | ||