Change the name of the epub downloaded to Author - Title.
This commit is contained in:
parent
52393002b0
commit
6c5aed67b7
2 changed files with 13 additions and 1 deletions
2
book.php
2
book.php
|
@ -318,7 +318,7 @@ class Book extends Base {
|
|||
$epub->Serie ($se->name);
|
||||
$epub->SerieIndex ($this->seriesIndex);
|
||||
}
|
||||
$epub->download ($data->getFilename ());
|
||||
$epub->download ($data->getUpdatedFilenameEpub ());
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue