Add AZW3 to the list of format COPS can send to Kindle. fix #170

This commit is contained in:
Sébastien Lucas 2014-09-11 18:15:23 +02:00
parent 0c70a7ae9a
commit 51e9a887c2

View file

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