mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +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
|
//TODO Log here
|
||||||
this.Downloaded = File.Exists(chapter.FullArchiveFilePath);
|
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;
|
return this.Downloaded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user