mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_reader: fix not loading files with '+' in name (https://github.com/Yetangitu/owncloud-apps/issues/2), new dist file
This commit is contained in:
parent
9cf215dc16
commit
b6ac51058d
5 changed files with 74 additions and 33 deletions
|
@ -7,9 +7,5 @@ require 'files_opds/lib/epub-preview.php';
|
|||
\OCP\App::registerPersonal('files_opds', 'personal');
|
||||
\OCP\App::registerAdmin('files_opds', 'admin');
|
||||
|
||||
/* enable preview providers... */
|
||||
// \OCA\Files_Opds\Config::setPreview('OC\Preview\Epub',true);
|
||||
|
||||
/* ..and register preview provider */
|
||||
/* register preview provider */
|
||||
\OC\Preview::registerProvider('OC\Preview\Epub');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue