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