Merge pull request #2028 from danieladov/master

Hide progress bar when playing theme media
This commit is contained in:
Bill Thornton
2020-11-21 16:01:22 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -660,7 +660,7 @@ import { appRouter } from '../appRouter';
console.debug('nowplaying event: ' + event.type);
const player = this;
if (!state.NowPlayingItem || layoutManager.tv) {
if (!state.NowPlayingItem || layoutManager.tv || !state.IsFullscreen) {
hideNowPlayingBar();
return;
}