mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
save photo album images as folder.ext
This commit is contained in:
@@ -176,7 +176,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
"default"
|
||||
};
|
||||
|
||||
if (item is MusicAlbum || item is MusicArtist)
|
||||
if (item is MusicAlbum || item is MusicArtist || item is Photo)
|
||||
{
|
||||
// these prefer folder
|
||||
names.Insert(0, "poster");
|
||||
|
||||
Reference in New Issue
Block a user