mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
restore legacy folder
This commit is contained in:
parent
b9c8c4e346
commit
ee274b0369
@ -375,7 +375,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
}
|
||||
|
||||
string filename;
|
||||
var folderName = item is MusicAlbum || item is MusicArtist ? "folder" : "poster";
|
||||
var folderName = item is MusicAlbum || item is MusicArtist || (_config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy && saveLocally) ? "folder" : "poster";
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user