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
+1
View File
@@ -47,6 +47,7 @@ public class CoverArtManager : BaseManager
{
_logger.Info("Attempting to delete cover art from the database");
_coverArtContext.Attach(coverArt);
_coverArtContext.Remove(coverArt);
_coverArtContext.SaveChanges();
}