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

3.0.5666.0

This commit is contained in:
Luke Pulverenti 2015-07-06 12:40:55 -04:00
parent 5cb377b6a9
commit 99768ecffe
12 changed files with 81 additions and 49 deletions

View file

@ -494,7 +494,7 @@
var mediaType = card.getAttribute('data-mediatype');
var resumePosition = parseInt(card.getAttribute('data-resumeposition'));
if (type == 'MusicAlbum' || type == 'MusicArtist') {
if (type == 'MusicAlbum' || type == 'MusicArtist' || type == 'MusicGenre') {
isFolder = true;
}