support audio db language choice
This commit is contained in:
@@ -354,6 +354,10 @@ button.cardImageContainer {
|
||||
background-color: #F57F17;
|
||||
}
|
||||
|
||||
.scalableCard.bannerCard {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.scalableCard.backdropCard {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
+2
-2
@@ -975,7 +975,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
|
||||
}
|
||||
}
|
||||
|
||||
return counts.join(' • ');
|
||||
return counts.join(', ');
|
||||
}
|
||||
|
||||
function buildCard(index, item, apiClient, options, className) {
|
||||
@@ -1014,7 +1014,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
|
||||
|
||||
var overlayPlayButton = options.overlayPlayButton;
|
||||
|
||||
if (overlayPlayButton == null && !options.overlayMoreButton) {
|
||||
if (overlayPlayButton == null && !options.overlayMoreButton && !options.cardLayout) {
|
||||
overlayPlayButton = item.MediaType == 'Video';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user