From b0f6441599d0745f6101638a5b33be894cf5d0a2 Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 19 May 2023 17:35:29 +0200 Subject: [PATCH] Changed MangaDex name to MangaDex --- Tranga/Connectors/MangaDex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga/Connectors/MangaDex.cs b/Tranga/Connectors/MangaDex.cs index 1eeb57d..cc30224 100644 --- a/Tranga/Connectors/MangaDex.cs +++ b/Tranga/Connectors/MangaDex.cs @@ -10,7 +10,7 @@ public class MangaDex : Connector public MangaDex(string downloadLocation) : base(downloadLocation) { - name = "MangaDex.org"; + name = "MangaDex"; } public override Publication[] GetPublications(string publicationTitle = "")