mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Rename ImageInfo.Hash to ImageInfo.BlurHash
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user