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

fix artist total record count

This commit is contained in:
Luke Pulverenti 2016-06-17 20:52:04 -04:00
parent f61263bbad
commit 2dba35a875
8 changed files with 49 additions and 58 deletions

View file

@ -58,7 +58,7 @@
showItemCounts: true,
centerText: true,
lazy: true,
overlayPlayButton: true
overlayMoreButton: true
});
}
else if (viewStyle == "ThumbCard") {
@ -93,7 +93,7 @@
centerText: true,
showItemCounts: true,
lazy: true,
overlayPlayButton: true
overlayMoreButton: true
});
}