Skip to content

Commit

Permalink
Merge pull request #264 from DrPandemic/fix-movie-icons
Browse files Browse the repository at this point in the history
Fix Thumb rendering without thumbnails
  • Loading branch information
Bond-009 committed Apr 23, 2019
2 parents df3d3bc + df51418 commit 0a5f08e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/cardbuilder/cardbuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0a5f08e

Please sign in to comment.