1
0
Fork 0
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:
ferferga 2020-05-26 01:05:08 +02:00
parent 2bf7a53dc2
commit b83dc6b197

View file

@ -602,7 +602,7 @@ import 'programStyles';
type: imgType,
maxHeight: height,
maxWidth: width,
tag: tag || item.ImageTags[imgType]
tag: imgTag || item.ImageTags[imgType]
});
blurhash = (item.ImageBlurHashes || {})[imgType];