mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Rename ImageInfo.Hash to ImageInfo.BlurHash
This commit is contained in:
parent
29443e3681
commit
279f0da980
@ -366,7 +366,7 @@ namespace MediaBrowser.Api.Images
|
|||||||
ImageType = info.Type,
|
ImageType = info.Type,
|
||||||
ImageTag = _imageProcessor.GetImageCacheTag(item, info),
|
ImageTag = _imageProcessor.GetImageCacheTag(item, info),
|
||||||
Size = length,
|
Size = length,
|
||||||
Hash = blurhash,
|
BlurHash = blurhash,
|
||||||
Width = width,
|
Width = width,
|
||||||
Height = height
|
Height = height
|
||||||
};
|
};
|
||||||
|
@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Dto
|
|||||||
/// Gets or sets the blurhash.
|
/// Gets or sets the blurhash.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The blurhash.</value>
|
/// <value>The blurhash.</value>
|
||||||
public string Hash { get; set; }
|
public string BlurHash { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the height.
|
/// Gets or sets the height.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user