mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-22 02:54:16 +02:00
Manga latest downloaded and available via SQL Queries
This commit is contained in:
@ -140,7 +140,7 @@ public class MangaKatana : MangaConnector
|
||||
List<MangaAltTitle> altTitles = altTitlesDict.Select(x => new MangaAltTitle(x.Key, x.Value)).ToList();
|
||||
|
||||
Manga manga = new (publicationId, sortName, description, websiteUrl, coverUrl, null, year,
|
||||
originalLanguage, releaseStatus, -1, null, null,
|
||||
originalLanguage, releaseStatus, -1,
|
||||
this,
|
||||
authors,
|
||||
mangaTags,
|
||||
|
Reference in New Issue
Block a user