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:
@@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Images
|
||||
var fileInfo = _fileSystem.GetFileInfo(info.Path);
|
||||
length = fileInfo.Length;
|
||||
|
||||
blurhash = info.Hash;
|
||||
blurhash = info.BlurHash;
|
||||
width = info.Width;
|
||||
height = info.Height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user