#93: Reduce build errors
This commit is contained in:
@@ -4,8 +4,10 @@ namespace Icarus.Models;
|
||||
|
||||
public class SongResult
|
||||
{
|
||||
#region Properties
|
||||
[JsonProperty("message")]
|
||||
public string Message { get; set; }
|
||||
public string? Message { get; set; }
|
||||
[JsonProperty("song_title")]
|
||||
public string SongTitle { get; set; }
|
||||
public string? SongTitle { get; set; }
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user