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

add user profile settings about virtual episodes

This commit is contained in:
Luke Pulverenti 2013-10-25 11:52:10 -04:00
parent cd21add046
commit 87a82eae9e
9 changed files with 244 additions and 78 deletions

View file

@ -2027,8 +2027,7 @@
if (item.Genres && item.Genres.length) {
var prefix = item.Genres.length > 1 ? "Genres" : "Genre";
var html = prefix + ':  ';
var html = '';
for (var i = 0, length = item.Genres.length; i < length; i++) {