Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Person
# Conflicts: # src/controllers/favorites.js
This commit is contained in:
commit
38ac5766c8
258 changed files with 14083 additions and 12130 deletions
|
@ -250,9 +250,7 @@ define(['apphost', 'globalize'], function (appHost, globalize) {
|
|||
if (item.Type !== 'TvChannel') {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
else if (item.MediaType === 'Audio') {
|
||||
} else if (item.MediaType === 'Audio') {
|
||||
if (item.Type === 'AudioPodcast') {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue