This commit is contained in:
glax 2023-05-18 18:22:38 +02:00
parent ff1e775763
commit 57c7f175d9

View File

@ -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)