fixed issue where same chapter was downloaded
This commit is contained in:
parent
5adceb7608
commit
ff1e775763
@ -57,7 +57,7 @@ public class Program
|
||||
for (int i = start; i < end + 1; i++)
|
||||
{
|
||||
Console.WriteLine($"Downloading {selectedPub.sortName} Chapter {i}");
|
||||
mangaDexConnector.DownloadChapter(selectedPub, chapters[start]);
|
||||
mangaDexConnector.DownloadChapter(selectedPub, chapters[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user