More cleanup

This commit is contained in:
kdeng00
2021-12-29 14:27:04 -05:00
parent 5669cdbdd0
commit 1b6e70ce12
+1 -1
View File
@@ -366,8 +366,8 @@ namespace Icarus.Controllers.Managers
genreMgr.SaveGenreToDatabase(ref song);
var info = "Saving Song to DB";
Console.WriteLine(info);
_logger.Info(info);
_songContext.Add(song);
_songContext.SaveChanges();
}