More meaningful reason...
Some checks are pending
Docker Image CI / build (push) Waiting to run

This commit is contained in:
2025-09-18 02:36:24 +02:00
parent e4263e4b2b
commit 41cbbb0ef8

View File

@@ -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;
}