mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Improved CancellationToken usage, Added more logging to Workers, Added Code-comments (please future me, be thankful)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user