Fixed Publication.InternalId

This commit is contained in:
2023-05-22 18:28:42 +02:00
parent 01cb74c088
commit 93cf341f2d
2 changed files with 4 additions and 2 deletions

View File

@ -169,6 +169,8 @@ public class TaskManager
_chapterCollection.TryAdd((Publication)publication!, new List<Chapter>());
_allTasks.Add(newTask);
}
else
logger.WriteLine(this.GetType().ToString(), $"Publication already exists {publication?.internalId}");
}
logger?.WriteLine(this.GetType().ToString(), $"Added new Task {newTask.ToString()}");
ExportData();