mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
Download Cover when adding Manga
This commit is contained in:
@@ -200,6 +200,10 @@ public static class Tranga
|
|||||||
|
|
||||||
if (context.Sync() is { success: false })
|
if (context.Sync() is { success: false })
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
DownloadCoverFromMangaconnectorWorker downloadCoverWorker = new (addMcId);
|
||||||
|
AddWorker(downloadCoverWorker);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user