Added internalId to Publication

This commit is contained in:
2023-05-21 16:22:14 +02:00
parent a321ecb1bc
commit 876b1ab78b
2 changed files with 5 additions and 1 deletions

View File

@ -117,6 +117,7 @@ public class MangaDex : Connector
year,
originalLanguage,
status,
manga["id"]!.GetValue<string>(),
manga["id"]!.GetValue<string>()
);
publications.Add(pub); //Add Publication (Manga) to result