Improved CancellationToken usage, Added more logging to Workers, Added Code-comments (please future me, be thankful)

This commit is contained in:
2025-09-02 19:36:06 +02:00
parent 6fa166363a
commit 55f04710a7
16 changed files with 235 additions and 121 deletions

View File

@@ -71,7 +71,11 @@ public class Chapter : Identifiable, IComparable<Chapter>
/// Checks the filesystem if an archive at the ArchiveFilePath exists
/// </summary>
/// <returns>True if archive exists on disk</returns>
public bool CheckDownloaded() => File.Exists(FullArchiveFilePath);
public bool CheckDownloaded()
{
//TODO Log here
return File.Exists(FullArchiveFilePath);
}
/// Placeholders:
/// %M Obj Name