Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Person

# Conflicts:
#	src/controllers/favorites.js
This commit is contained in:
grafixeyehero 2019-11-22 19:06:37 +03:00
commit 38ac5766c8
258 changed files with 14083 additions and 12130 deletions

View file

@ -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;
}