1
0
Fork 0
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:
Luke Pulverenti 2016-09-16 08:21:22 -04:00
parent bbb9e89063
commit 3a46bfe164
7 changed files with 8 additions and 10 deletions

View file

@ -10,7 +10,7 @@
type: 'MusicArtist'
});
}
if (item.ProgramCount) {
if (item.ProgramCount && item.Type == 'Person') {
sections.push({
name: Globalize.translate('HeaderUpcomingOnTV'),