Add AZW3 to the list of format COPS can send to Kindle. fix #170
This commit is contained in:
parent
0c70a7ae9a
commit
51e9a887c2
2
book.php
2
book.php
|
@ -228,7 +228,7 @@ class Book extends Base {
|
||||||
|
|
||||||
public function GetMostInterestingDataToSendToKindle ()
|
public function GetMostInterestingDataToSendToKindle ()
|
||||||
{
|
{
|
||||||
$bestFormatForKindle = array ("EPUB", "PDF", "MOBI");
|
$bestFormatForKindle = array ("EPUB", "PDF", "AZW3", "MOBI");
|
||||||
$bestRank = -1;
|
$bestRank = -1;
|
||||||
$bestData = NULL;
|
$bestData = NULL;
|
||||||
foreach ($this->getDatas () as $data) {
|
foreach ($this->getDatas () as $data) {
|
||||||
|
|
Loading…
Reference in a new issue