This commit is contained in:
parent
ff1e775763
commit
57c7f175d9
@ -21,7 +21,7 @@ public class Program
|
||||
selected = Console.ReadLine();
|
||||
Publication selectedPub = publications[Convert.ToInt32(selected)];
|
||||
|
||||
Chapter[] chapters = mangaDexConnector.GetChapters(selectedPub);
|
||||
Chapter[] chapters = mangaDexConnector.GetChapters(selectedPub, "en");
|
||||
|
||||
int cIndex = 0;
|
||||
foreach (Chapter ch in chapters)
|
||||
|
Loading…
Reference in New Issue
Block a user