support audio db language choice

This commit is contained in:
Luke Pulverenti 2016-08-04 12:39:19 -04:00
parent 0b47adfaee
commit 4467991a07
4 changed files with 9 additions and 5 deletions

View file

@ -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';
}