1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #354 from joshuaboniface/forwardmerge-thumbfix

Add thumbnail fix to release
This commit is contained in:
Joshua M. Boniface 2019-06-01 21:18:00 -04:00 committed by GitHub
commit 37636dae5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1267,13 +1267,6 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
var showTitle = options.showTitle === 'auto' ? true : (options.showTitle || item.Type === 'PhotoAlbum' || item.Type === 'Folder');
var overlayText = options.overlayText;
if (forceName && !options.cardLayout) {
if (overlayText == null) {
overlayText = true;
}
}
var cardImageContainerClass = 'cardImageContainer';
var coveredImage = options.coverImage || imgInfo.coverImage;