mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Rename Hash to BlurHash in all properties and methods for clarity
This commit is contained in:
@@ -514,7 +514,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// Gets or sets the blurhash for the image tags.
|
||||
/// </summary>
|
||||
/// <value>The blurhashes.</value>
|
||||
public Dictionary<string, string> ImageHashes { get; set; }
|
||||
public Dictionary<string, string> ImageBlurHashes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the series studio.
|
||||
|
||||
Reference in New Issue
Block a user