1
0
Fork 0
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:
callum 2022-09-03 21:46:01 +01:00
parent 072e20b585
commit 44a5d7bb8d

View file

@ -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';