This commit is contained in:
kdeng00
2021-12-22 21:33:12 -05:00
parent 922e527819
commit 8600d9b6bc
31 changed files with 495 additions and 1000 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ namespace Icarus.Models
public class SongResult
{
[JsonProperty("message")]
public string Message { get; set; }
[JsonProperty("song_title")]
public string SongTitle { get; set; }
public string Message { get; set; }
[JsonProperty("song_title")]
public string SongTitle { get; set; }
}
}