update listviews

This commit is contained in:
Luke Pulverenti 2016-06-27 11:34:33 -04:00
parent 7e91d2d4bc
commit a6cbba1fd0

View file

@ -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) };
}