Added but did not complete the repository for cover art, updated migration script to create migration for CoverArt, and prepping for the cover art api
This commit is contained in:
@@ -45,5 +45,10 @@ namespace Icarus.Models
|
||||
public Year SongYear { get; set; }
|
||||
[JsonIgnore]
|
||||
public int? YearId { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public CoverArt SongCoverArt { get; set; }
|
||||
[JsonIgnore]
|
||||
public int? CoverArtId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user