1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dlna profiles

This commit is contained in:
Luke Pulverenti 2016-12-09 02:23:09 -05:00
parent 8a1cbd44c4
commit 87a6c6232e
46 changed files with 333 additions and 166 deletions

View file

@ -345,6 +345,9 @@
if (firstItem.Type === 'MusicGenre') {
return true;
}
if (firstItem.Type === 'Playlist' && firstItem.MediaType === 'Audio') {
return true;
}
return false;
}