mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Add Publication to DownloadChapter Method, to later correctly save images.
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user