Properly use author name or author sort. fix #130

This commit is contained in:
Sébastien Lucas 2014-03-27 14:07:50 +01:00
parent f50e925c3d
commit 65b6931b13
5 changed files with 17 additions and 12 deletions

View file

@ -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 () {