mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Add field downloadLocation to Connector to save archives.
This commit is contained in:
@ -6,7 +6,7 @@ public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
MangaDex mangaDexConnector = new MangaDex();
|
||||
MangaDex mangaDexConnector = new MangaDex("D:");
|
||||
Publication[] publications = mangaDexConnector.GetPublications();
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
Reference in New Issue
Block a user