浏览代码

Rename ImageInfo.Hash to ImageInfo.BlurHash

Vasily 5 年之前
父节点
当前提交
279f0da980
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      MediaBrowser.Api/Images/ImageService.cs
  2. 1 1
      MediaBrowser.Model/Dto/ImageInfo.cs

+ 1 - 1
MediaBrowser.Api/Images/ImageService.cs

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

+ 1 - 1
MediaBrowser.Model/Dto/ImageInfo.cs

@@ -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.