Manga latest downloaded and available via SQL Queries

This commit is contained in:
2024-12-18 16:42:59 +01:00
parent 5494f2b754
commit 55c0e2c4e7
14 changed files with 16 additions and 24 deletions

View File

@ -116,7 +116,7 @@ public class Mangaworld : MangaConnector
uint year = uint.Parse(yearString);
Manga manga = new (publicationId, sortName, description, websiteUrl, coverUrl, null, year,
originalLanguage, releaseStatus, -1, null, null,
originalLanguage, releaseStatus, -1,
this,
authors,
mangaTags,