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

update item counts

This commit is contained in:
Luke Pulverenti 2016-05-10 15:20:17 -04:00
parent 2c4c735acf
commit 4172283ce1
3 changed files with 12 additions and 4 deletions

View file

@ -72,7 +72,8 @@
showItemCounts: true,
centerText: true,
lazy: true,
overlayPlayButton: true
overlayPlayButton: true,
context: 'movies'
});
}
else if (viewStyle == "ThumbCard") {
@ -84,7 +85,8 @@
showItemCounts: true,
cardLayout: true,
showTitle: true,
lazy: true
lazy: true,
context: 'movies'
});
}
else if (viewStyle == "PosterCard") {
@ -94,7 +96,8 @@
showItemCounts: true,
lazy: true,
cardLayout: true,
showTitle: true
showTitle: true,
context: 'movies'
});
}
else if (viewStyle == "Poster") {
@ -104,7 +107,8 @@
centerText: true,
showItemCounts: true,
lazy: true,
overlayPlayButton: true
overlayPlayButton: true,
context: 'movies'
});
}