mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix variable typo
This commit is contained in:
parent
2bf7a53dc2
commit
b83dc6b197
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ import 'programStyles';
|
||||||
type: imgType,
|
type: imgType,
|
||||||
maxHeight: height,
|
maxHeight: height,
|
||||||
maxWidth: width,
|
maxWidth: width,
|
||||||
tag: tag || item.ImageTags[imgType]
|
tag: imgTag || item.ImageTags[imgType]
|
||||||
});
|
});
|
||||||
blurhash = (item.ImageBlurHashes || {})[imgType];
|
blurhash = (item.ImageBlurHashes || {})[imgType];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue