Rename ImageInfo.Hash to ImageInfo.BlurHash

This commit is contained in:
Vasily 2020-05-26 00:52:13 +03:00
parent 29443e3681
commit 279f0da980
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ namespace MediaBrowser.Api.Images
ImageType = info.Type,
ImageTag = _imageProcessor.GetImageCacheTag(item, info),
Size = length,
Hash = blurhash,
BlurHash = blurhash,
Width = width,
Height = height
};

View File

@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets the blurhash.
/// </summary>
/// <value>The blurhash.</value>
public string Hash { get; set; }
public string BlurHash { get; set; }
/// <summary>
/// Gets or sets the height.