mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Added download cover functionality
This commit is contained in:
@ -29,6 +29,9 @@ public static class Tranga_Cli
|
||||
|
||||
Chapter[] allChapteres = connector.GetChapters(selectedPub, "en");
|
||||
Chapter[] downloadChapters = SelectChapters(allChapteres);
|
||||
|
||||
if(downloadChapters.Length > 0)
|
||||
connector.DownloadCover(selectedPub);
|
||||
|
||||
foreach (Chapter chapter in downloadChapters)
|
||||
{
|
||||
|
Reference in New Issue
Block a user