mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove stray string.Empty
specification
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Models
|
|||||||
[JsonProperty("artist_unicode")]
|
[JsonProperty("artist_unicode")]
|
||||||
public string ArtistUnicode { get; set; } = string.Empty;
|
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;
|
public string Source { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user