mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update xml parsing
This commit is contained in:
parent
c22321c3f9
commit
7ce49ea1e8
9 changed files with 88 additions and 78 deletions
|
@ -493,7 +493,7 @@
|
|||
|
||||
} else if (item.Album) {
|
||||
html.push(item.Album);
|
||||
} else if (item.Type == 'Program' && item.EpisodeTitle) {
|
||||
} else if (item.Type == 'Program' && item.IsSeries) {
|
||||
html.push(item.Name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue