mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Moved JsonProperty file_md5 and added file_sha2
This commit is contained in:
parent
3d4db427ff
commit
a751c19cf7
@ -49,9 +49,10 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
[JsonProperty("file_md5")]
|
||||
[JsonProperty("file_sha2")]
|
||||
public string Hash { get; set; }
|
||||
|
||||
[JsonProperty("file_md5")]
|
||||
public string MD5Hash { get; set; }
|
||||
|
||||
// General
|
||||
|
Loading…
Reference in New Issue
Block a user