Add AZW3 books in the default prefered format.

This commit is contained in:
Sébastien Lucas 2013-05-24 14:14:10 +02:00
parent 9fc694c8fc
commit c7f2e0b9e4

View file

@ -91,7 +91,7 @@
* The two first will be displayed in book entries * The two first will be displayed in book entries
* The other only appear in book detail * The other only appear in book detail
*/ */
$config['cops_prefered_format'] = array ("EPUB", "PDF", "MOBI", "CBR", "CBZ"); $config['cops_prefered_format'] = array ("EPUB", "PDF", "AZW3", "MOBI", "CBR", "CBZ");
/* /*
* use URL rewriting for downloading of ebook in HTML catalog * use URL rewriting for downloading of ebook in HTML catalog