mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add missing file
This commit is contained in:
parent
bbb9e89063
commit
3a46bfe164
7 changed files with 8 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
type: 'MusicArtist'
|
||||
});
|
||||
}
|
||||
if (item.ProgramCount) {
|
||||
if (item.ProgramCount && item.Type == 'Person') {
|
||||
|
||||
sections.push({
|
||||
name: Globalize.translate('HeaderUpcomingOnTV'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue