Add Publication to DownloadChapter Method, to later correctly save images.

This commit is contained in:
glax
2023-05-18 16:21:02 +02:00
parent 140aac8f87
commit 317d1435f3
3 changed files with 9 additions and 4 deletions

View File

@ -141,7 +141,7 @@ public class MangaDex : Connector
return chapters.OrderBy(chapter => chapter.chapterNumber).ToArray();
}
public override void DownloadChapter(Chapter chapter)
public override void DownloadChapter(Publication publication, Chapter chapter)
{
throw new NotImplementedException();
}