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/Drawing/IImageProcessor.cs | |
| parent | 8b517e9beffd5cf7b1e7ed2b82b0bdf63fe60f03 (diff) | |
Rename Hash to BlurHash in all properties and methods for clarity
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageProcessor.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/IImageProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageProcessor.cs b/MediaBrowser.Controller/Drawing/IImageProcessor.cs index e38eaf760..8800fdf99 100644 --- a/MediaBrowser.Controller/Drawing/IImageProcessor.cs +++ b/MediaBrowser.Controller/Drawing/IImageProcessor.cs @@ -45,7 +45,7 @@ namespace MediaBrowser.Controller.Drawing /// </summary> /// <param name="path">Path to the image file.</param> /// <returns>BlurHash</returns> - String GetImageHash(string path); + string GetImageBlurHash(string path); /// <summary> /// Gets the image cache tag. |
