mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
change people to prefer folder.jpg
This commit is contained in:
@@ -177,7 +177,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
"default"
|
||||
};
|
||||
|
||||
if (item is MusicAlbum || item is MusicArtist || item is PhotoAlbum)
|
||||
if (item is MusicAlbum || item is MusicArtist || item is PhotoAlbum || item is Person)
|
||||
{
|
||||
// these prefer folder
|
||||
names.Insert(0, "poster");
|
||||
|
||||
Reference in New Issue
Block a user