1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Hide bar in nowPlayingBar.js

This commit is contained in:
Mister Rajoy 2020-11-03 19:41:50 +01:00
parent a7c4be105d
commit 648ec4d8ae

View file

@ -664,7 +664,7 @@ import 'emby-ratingbutton';
console.debug('nowplaying event: ' + event.type);
const player = this;
if (!state.NowPlayingItem || layoutManager.tv) {
if (!state.NowPlayingItem || layoutManager.tv || !state.IsFullscreen) {
hideNowPlayingBar();
return;
}