mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Style. Prefer to use nowPlayingImageUrl to load image in order to make intent clear.
This commit is contained in:
parent
44a5d7bb8d
commit
689a65cc92
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ import { appRouter } from '../appRouter';
|
|||
|
||||
if (url && url !== nowPlayingImageUrl) {
|
||||
nowPlayingImageUrl = url;
|
||||
imageLoader.lazyImage(nowPlayingImageElement, url);
|
||||
imageLoader.lazyImage(nowPlayingImageElement, nowPlayingImageUrl);
|
||||
nowPlayingImageElement.style.display = null;
|
||||
nowPlayingTextElement.style.marginLeft = null;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue