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:
parent
cd21add046
commit
87a82eae9e
9 changed files with 244 additions and 78 deletions
|
@ -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++) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue