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 = "")