Fix for new publications: Add to collection

This commit is contained in:
2023-07-02 22:46:01 +02:00
parent 1735bbcf8a
commit c97ff69148
7 changed files with 16 additions and 8 deletions

View File

@ -32,7 +32,7 @@ public class MangaDex : Connector
}, logger);
}
public override Publication[] GetPublications(string publicationTitle = "")
protected override Publication[] GetPublicationsInternal(string publicationTitle = "")
{
logger?.WriteLine(this.GetType().ToString(), $"Getting Publications (title={publicationTitle})");
const int limit = 100; //How many values we want returned at once