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:
parent
a7c4be105d
commit
648ec4d8ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue