Add AZW3 books in the default prefered format.
This commit is contained in:
parent
9fc694c8fc
commit
c7f2e0b9e4
|
@ -91,7 +91,7 @@
|
|||
* The two first will be displayed in book entries
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue