mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 03:48: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 })
|
||||
return false;
|
||||
|
||||
DownloadCoverFromMangaconnectorWorker downloadCoverWorker = new (addMcId);
|
||||
AddWorker(downloadCoverWorker);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user