Model and migration changes
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ namespace Icarus.Models;
|
||||
public class CoverArt
|
||||
{
|
||||
#region Properties
|
||||
[JsonProperty("cover_art_id")]
|
||||
[JsonProperty("id")]
|
||||
public int Id { get; set; }
|
||||
[JsonProperty("title")]
|
||||
public string SongTitle { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user