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

sync updates

This commit is contained in:
Luke Pulverenti 2015-03-29 23:04:55 -04:00
parent f2365aec0e
commit 74d6e3aaad
7 changed files with 4 additions and 11 deletions

View file

@ -1257,10 +1257,6 @@
if (options.showChildCountIndicator && item.ChildCount) {
cssClass += ' groupedCard';
if (item.Type == 'Series') {
cssClass += ' unplayedGroupings';
}
}
if (options.showTitle && !options.overlayText) {