Add field downloadLocation to Connector to save archives.

This commit is contained in:
glax
2023-05-18 16:40:11 +02:00
parent 73df8ad213
commit b15e032038
3 changed files with 5 additions and 2 deletions

View File

@ -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();
}