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

continue card unification

This commit is contained in:
Luke Pulverenti 2016-07-30 00:53:19 -04:00
parent d0100ecb29
commit ebe4dc0ca5
4 changed files with 11 additions and 13 deletions

View file

@ -977,7 +977,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
}
if (!imgUrl) {
cardImageContainerClass += ' emptyCardImageContainer defaultCardColor' + getRandomInt(1, 5);
cardImageContainerClass += ' defaultCardColor' + getRandomInt(1, 5);
}
var separateCardBox = scalable;