mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 00:37:54 +02:00
Possible fix for #20
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user