diff options
| author | Vasily <just.one.man@yandex.ru> | 2020-05-21 01:43:19 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2020-05-21 01:43:19 +0300 |
| commit | 1f83a212886bae879c47b4b4f5b1eb25a28e2ad3 (patch) | |
| tree | 878c74652cc0d4ddbf1bbe1b4f2f923d318e21d0 /MediaBrowser.Controller/Entities/ItemImageInfo.cs | |
| parent | 8b517e9beffd5cf7b1e7ed2b82b0bdf63fe60f03 (diff) | |
Rename Hash to BlurHash in all properties and methods for clarity
Diffstat (limited to 'MediaBrowser.Controller/Entities/ItemImageInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/ItemImageInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/ItemImageInfo.cs b/MediaBrowser.Controller/Entities/ItemImageInfo.cs index ba0297107..12f5db2e0 100644 --- a/MediaBrowser.Controller/Entities/ItemImageInfo.cs +++ b/MediaBrowser.Controller/Entities/ItemImageInfo.cs @@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.Entities /// Gets or sets the blurhash. /// </summary> /// <value>The blurhash.</value> - public string Hash { get; set; } + public string BlurHash { get; set; } [JsonIgnore] public bool IsLocalFile => Path == null || !Path.StartsWith("http", StringComparison.OrdinalIgnoreCase); |
