update listviews
This commit is contained in:
parent
7e91d2d4bc
commit
a6cbba1fd0
|
@ -278,7 +278,7 @@ namespace MediaBrowser.Providers.Manager
|
|||
/// <returns>IEnumerable{System.String}.</returns>
|
||||
private string[] GetSavePaths(IHasImages item, ImageType type, int? imageIndex, string mimeType, bool saveLocally)
|
||||
{
|
||||
if (_config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy || !saveLocally)
|
||||
if (!saveLocally)
|
||||
{
|
||||
return new[] { GetStandardSavePath(item, type, imageIndex, mimeType, saveLocally) };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user