mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-02 17:04:17 +02:00
Fix for new publications: Add to collection
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user