mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +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