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:
parent
a5c7e0cb19
commit
3b7184b5f4
3 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue