mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Ensure nowPlayingBar updates correctly when navigating from a song with no image back to a previous song with an image.
This commit is contained in:
parent
072e20b585
commit
44a5d7bb8d
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ import { appRouter } from '../appRouter';
|
|||
nowPlayingImageElement.style.display = null;
|
||||
nowPlayingTextElement.style.marginLeft = null;
|
||||
} else {
|
||||
nowPlayingImageUrl = null;
|
||||
nowPlayingImageElement.style.backgroundImage = '';
|
||||
nowPlayingImageElement.style.display = 'none';
|
||||
nowPlayingTextElement.style.marginLeft = '1em';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue