#95: Updated Id of the CoverArt model
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ public class Song
|
||||
[JsonIgnore]
|
||||
public int? GenreID { get; set; }
|
||||
[JsonIgnore]
|
||||
public int? CoverArtID { get; set; }
|
||||
public int? CoverArtId { get; set; }
|
||||
[JsonProperty("date_created")]
|
||||
public DateTime DateCreated { get; set; }
|
||||
[JsonProperty("user_id")]
|
||||
|
||||
Reference in New Issue
Block a user