mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 19:08:53 -07:00
commit
4da8f7a7fd
@ -176,7 +176,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
"default"
|
||||
};
|
||||
|
||||
if (item is MusicAlbum || item is MusicArtist || item is Photo)
|
||||
if (item is MusicAlbum || item is MusicArtist || item is PhotoAlbum)
|
||||
{
|
||||
// these prefer folder
|
||||
names.Insert(0, "poster");
|
||||
|
Loading…
Reference in New Issue
Block a user