update list styles
This commit is contained in:
parent
17e416a0fd
commit
7e91d2d4bc
|
@ -161,6 +161,8 @@ namespace MediaBrowser.Providers.Manager
|
|||
{
|
||||
var currentPath = currentImage.Path;
|
||||
|
||||
_logger.Debug("Deleting previous image {0}", currentPath);
|
||||
|
||||
_libraryMonitor.ReportFileSystemChangeBeginning(currentPath);
|
||||
|
||||
try
|
||||
|
@ -375,11 +377,11 @@ namespace MediaBrowser.Providers.Manager
|
|||
}
|
||||
|
||||
string filename;
|
||||
var folderName = item is MusicAlbum ||
|
||||
item is MusicArtist ||
|
||||
item is PhotoAlbum ||
|
||||
(saveLocally && _config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy) ?
|
||||
"folder" :
|
||||
var folderName = item is MusicAlbum ||
|
||||
item is MusicArtist ||
|
||||
item is PhotoAlbum ||
|
||||
(saveLocally && _config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy) ?
|
||||
"folder" :
|
||||
"poster";
|
||||
|
||||
switch (type)
|
||||
|
|
Loading…
Reference in New Issue
Block a user