mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update photo album images
This commit is contained in:
parent
cc98b04c5d
commit
3212338802
@ -176,7 +176,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
|||||||
"default"
|
"default"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (item is MusicAlbum || item is MusicArtist || item is Photo)
|
if (item is MusicAlbum || item is MusicArtist || item is PhotoAlbum)
|
||||||
{
|
{
|
||||||
// these prefer folder
|
// these prefer folder
|
||||||
names.Insert(0, "poster");
|
names.Insert(0, "poster");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user