Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
eb915cefcf
commit
c74a4307b6
1 changed files with 1 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 === false) {
|
||||
hideNowPlayingBar();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue