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

@ -175,7 +175,7 @@ public class MangaDex : MangaConnector
List<Author> authors = authorNames.Select(a => new Author(a)).ToList();
Manga pub = new (publicationId, sortName, description, $"https://mangadex.org/title/{publicationId}", coverUrl, null, year,
originalLanguage, releaseStatus, -1, null, null,
originalLanguage, releaseStatus, -1,
this,
authors,
mangaTags,