mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-09 14:46:06 +02:00
Fixed Publication.InternalId
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user