mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 03:48:19 +02:00
Use Tracked entity
This commit is contained in:
@@ -66,7 +66,7 @@ public class DownloadChapterFromMangaconnectorWorker(MangaConnectorId<Chapter> c
|
|||||||
if (imageUrls.Length < 1)
|
if (imageUrls.Length < 1)
|
||||||
{
|
{
|
||||||
Log.Info($"No imageUrls for chapter {chapter}");
|
Log.Info($"No imageUrls for chapter {chapter}");
|
||||||
chId.UseForDownload = false; // Do not try to download from this again
|
mangaConnectorId.UseForDownload = false; // Do not try to download from this again
|
||||||
if(await DbContext.Sync(CancellationToken) is { success: false } result)
|
if(await DbContext.Sync(CancellationToken) is { success: false } result)
|
||||||
Log.Error(result.exceptionMessage);
|
Log.Error(result.exceptionMessage);
|
||||||
return [];
|
return [];
|
||||||
|
Reference in New Issue
Block a user