mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 05:09:49 +02:00
CheckDownloaded log message include detail
This commit is contained in:
@@ -84,7 +84,7 @@ public class Chapter : Identifiable, IComparable<Chapter>
|
||||
|
||||
//TODO Log here
|
||||
this.Downloaded = File.Exists(chapter.FullArchiveFilePath);
|
||||
await context.Sync(token??CancellationToken.None, GetType(), "CheckDownloaded");
|
||||
await context.Sync(token??CancellationToken.None, GetType(), $"CheckDownloaded {this} {this.Downloaded}");
|
||||
return this.Downloaded;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user