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:
parent
5cb377b6a9
commit
99768ecffe
12 changed files with 81 additions and 49 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue