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(); }