mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Rename Hash to BlurHash in all properties and methods for clarity
This commit is contained in:
@@ -314,7 +314,7 @@ namespace Emby.Drawing
|
||||
=> _imageEncoder.GetImageSize(path);
|
||||
|
||||
/// <inheritdoc />
|
||||
public string GetImageHash(string path)
|
||||
public string GetImageBlurHash(string path)
|
||||
=> _imageEncoder.GetImageHash(path);
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user