mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
- files_opds v0.8.7: need separate dist files for NC and OC due to
signature incompatibilities
This commit is contained in:
parent
015657b0b1
commit
d7d8ccd659
5 changed files with 49 additions and 7 deletions
|
@ -50,9 +50,13 @@ switch ($_['type']) {
|
|||
foreach ($_['bookshelf'] as $file) {
|
||||
print_unescaped($this->inc('part.feed.acquisition', [ 'file' => $file ]));
|
||||
}
|
||||
break;
|
||||
break;
|
||||
|
||||
/* intentional fall-through for 'directory' */
|
||||
|
||||
/* intentional fall-through */
|
||||
case 'author':
|
||||
case 'title':
|
||||
case 'genre':
|
||||
case 'directory':
|
||||
default:
|
||||
foreach ($_['files'] as $file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue