mirror of
https://github.com/CakesTwix/Smakolykytl2Epub.git
synced 2025-01-01 22:21:36 -05:00
This commit is contained in:
parent
6c42b0e567
commit
8488813114
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ static async Task DownloadTitleAsync(int titleID, int chapterID){
|
||||||
|
|
||||||
// Done
|
// Done
|
||||||
var fileName = string.Format("{0} - {1}.epub", project.title, book.title);
|
var fileName = string.Format("{0} - {1}.epub", project.title, book.title);
|
||||||
|
writer.Write(fileName);
|
||||||
Console.WriteLine("Файл збережено як: {0}", fileName);
|
Console.WriteLine("Файл збережено як: {0}", fileName);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue