Fixed bugs with song management

This commit is contained in:
kdeng00
2024-06-11 20:17:05 -04:00
parent c4ab90d4eb
commit 76e31b4db5
4 changed files with 3 additions and 8 deletions
-6
View File
@@ -17,12 +17,6 @@ public class CoverArt
public string SongTitle { get; set; }
[JsonIgnore]
public string ImagePath { get; set; }
[JsonIgnore]
[NotMapped]
public int SongID { get; set; }
[JsonIgnore]
[NotMapped]
public List<Song> Songs { get; set; }
#endregion