mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Remove stray string.Empty
specification
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
03bf88ae81
commit
129416835f
@ -26,7 +26,7 @@ namespace osu.Game.Models
|
||||
[JsonProperty("artist_unicode")]
|
||||
public string ArtistUnicode { get; set; } = string.Empty;
|
||||
|
||||
public string Author { get; set; } = string.Empty; // eventually should be linked to a persisted User. = string.Empty;
|
||||
public string Author { get; set; } = string.Empty; // eventually should be linked to a persisted User.
|
||||
|
||||
public string Source { get; set; } = string.Empty;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user