#74: Add UserID to the Song model
This commit is contained in:
@@ -46,6 +46,8 @@ public class Song
|
|||||||
public int? CoverArtID { get; set; }
|
public int? CoverArtID { get; set; }
|
||||||
[JsonProperty("date_created")]
|
[JsonProperty("date_created")]
|
||||||
public DateTime DateCreated { get; set; }
|
public DateTime DateCreated { get; set; }
|
||||||
|
[JsonProperty("user_id")]
|
||||||
|
public int UserID { get; set; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user