From 8fa5653ad8bebed9a1b2a649e8ea160184d52408 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Dec 2017 11:05:10 +0100 Subject: Add transition on play/loading player --- client/src/assets/player/peertube-videojs-plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/assets/player/peertube-videojs-plugin.ts') 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) { const isPaused = player.paused() // Hide bigPlayButton - if (!isPaused && this.player_.options_.bigPlayButton) { + if (!isPaused) { this.player_.bigPlayButton.hide() } -- cgit v1.2.3