diff --git a/Models/Song.cs b/Models/Song.cs index b295983..ed6b4dc 100644 --- a/Models/Song.cs +++ b/Models/Song.cs @@ -46,6 +46,8 @@ public class Song public int? CoverArtID { get; set; } [JsonProperty("date_created")] public DateTime DateCreated { get; set; } + [JsonProperty("user_id")] + public int UserID { get; set; } #endregion