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

update translations

This commit is contained in:
Luke Pulverenti 2014-11-25 23:12:29 -05:00
parent 331bb267fd
commit 9d64691fc1
3 changed files with 3 additions and 2 deletions

View file

@ -1200,7 +1200,7 @@
cssClass += ' ' + LibraryBrowser.getUserDataCssClass(item.UserData.Key);
}
if (options.showChildCountIndicator) {
if (options.showChildCountIndicator && item.ChildCount) {
cssClass += ' groupedCard';
if (item.Type == 'Series') {