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

implement image providers for items by name

This commit is contained in:
Luke Pulverenti 2013-11-05 10:12:13 -05:00
parent a5c7e0cb19
commit 3b7184b5f4
3 changed files with 8 additions and 8 deletions

View file

@ -198,7 +198,7 @@
html += image.CommunityRating.toFixed(1);
if (image.VoteCount) {
html += ' • ' + image.VoteCount + ' votes';
html += ' • ' + image.VoteCount + (image.VoteCount == 1 ? " vote" : " votes");
}
} else {
html += "Unrated";