Possible fix for #20
This commit is contained in:
parent
4827b90c3d
commit
af8716fcb1
@ -267,9 +267,12 @@ public class Mangasee : Connector
|
||||
|
||||
string comicInfoPath = Path.GetTempFileName();
|
||||
File.WriteAllText(comicInfoPath, chapter.GetComicInfoXmlString());
|
||||
|
||||
|
||||
page.CloseAsync();
|
||||
return DownloadChapterImages(urls.ToArray(), chapter.GetArchiveFilePath(settings.downloadLocation), 1, parentTask, comicInfoPath, cancellationToken:cancellationToken);
|
||||
}
|
||||
|
||||
page.CloseAsync();
|
||||
return response.Status;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user