update listviews

pull/702/head
Luke Pulverenti 8 years ago
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…
Cancel
Save