From a7c4be105dcb9e25de8ae14f82a4bf25d617584a Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 2 Nov 2020 02:36:07 +0100 Subject: [PATCH] Hide progress bar when playing theme media --- CONTRIBUTORS.md | 1 + src/components/themeMediaPlayer.js | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1bdf1cd903..9f9be018b3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -41,6 +41,7 @@ - [Cromefire_](https://github.com/cromefire) - [Orry Verducci](https://github.com/orryverducci) - [Camc314](https://github.com/camc314) + - [danieladov](https://github.com/danieladov) # Emby Contributors diff --git a/src/components/themeMediaPlayer.js b/src/components/themeMediaPlayer.js index 8f288a5348..7e6574e90b 100644 --- a/src/components/themeMediaPlayer.js +++ b/src/components/themeMediaPlayer.js @@ -27,6 +27,7 @@ function playThemeMedia(items, ownerId) { }).then(function () { currentOwnerId = ownerId; }); + document.getElementsByClassName("nowPlayingBarTop")[0].style.display = "none"; } else { stopIfPlaying(); }