Completed Album API functionality #22, #25

This commit is contained in:
amazing-username
2019-05-09 20:40:58 -04:00
parent f7d6580253
commit 287719db42
2 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ namespace Icarus.Models.Context
{
album = ParseSingleData(reader);
if (album != null)
if (album.Title != null)
{
_logger.Info($"Album {album.Title} exists");
return true;