Implemented functionality to download a song #11

This commit is contained in:
amazing-username
2019-03-21 22:36:57 -04:00
parent b7723b2cba
commit e4f050c362
5 changed files with 165 additions and 40 deletions
+4
View File
@@ -20,5 +20,9 @@ namespace Icarus.Models
public string Genre { get; set; }
[JsonProperty("duration")]
public int Duration { get; set; }
[JsonProperty("filename")]
public string Filename { get; set; }
[JsonProperty("song_path")]
public string SongPath { get; set; }
}
}