Removed field Connector from Publication as it was not needed.

This commit is contained in:
2023-05-19 16:21:59 +02:00
parent 9aa822b900
commit 0afbcd9bbf
2 changed files with 1 additions and 4 deletions

View File

@ -102,7 +102,6 @@ public class MangaDex : Connector
year,
originalLanguage,
status,
this,
manga["id"]!.GetValue<string>()
);
publications.Add(pub);