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

fix nowPlayingBar is still hidden after exiting the music control pannel

This commit is contained in:
nyanmisaka 2020-11-29 22:33:56 +08:00
parent c9becabced
commit eb915cefcf

View file

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