#95: Updated Id of the CoverArt model

This commit is contained in:
kdeng00
2024-06-19 16:14:06 -04:00
parent 562bc87822
commit 5c913869b4
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public class CoverArtManager : BaseManager
_coverArtContext.Add(coverArt);
_coverArtContext.SaveChanges();
song.CoverArtID = coverArt.CoverArtID;
song.CoverArtId = coverArt.Id;
}
public void DeleteCoverArtFromDatabase(CoverArt coverArt)
{