From 51e9a887c23b39d1995492fa364b9bf5a4dfecf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 11 Sep 2014 18:15:23 +0200 Subject: [PATCH] Add AZW3 to the list of format COPS can send to Kindle. fix #170 --- book.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.php b/book.php index a72d3d5..7d2dd4a 100644 --- a/book.php +++ b/book.php @@ -228,7 +228,7 @@ class Book extends Base { public function GetMostInterestingDataToSendToKindle () { - $bestFormatForKindle = array ("EPUB", "PDF", "MOBI"); + $bestFormatForKindle = array ("EPUB", "PDF", "AZW3", "MOBI"); $bestRank = -1; $bestData = NULL; foreach ($this->getDatas () as $data) {