mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user