Properly use author name or author sort. fix #130
This commit is contained in:
parent
f50e925c3d
commit
65b6931b13
5 changed files with 17 additions and 12 deletions
2
data.php
2
data.php
|
@ -91,7 +91,7 @@ class Data extends Base {
|
|||
}
|
||||
|
||||
public function getUpdatedFilename () {
|
||||
return $this->book->getAuthorsName () . " - " . $this->book->title;
|
||||
return $this->book->getAuthorsSort () . " - " . $this->book->title;
|
||||
}
|
||||
|
||||
public function getUpdatedFilenameEpub () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue