mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-18 07:39:13 +02:00
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(), System.Reflection.MethodBase.GetCurrentMethod()?.Name);
|
||||
await context.Sync(token??CancellationToken.None, GetType(), "CheckDownloaded");
|
||||
return this.Downloaded;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user