1
0
Fork 0
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:
frankdelange 2018-01-21 22:50:52 +01:00
parent 015657b0b1
commit d7d8ccd659
5 changed files with 49 additions and 7 deletions

View file

@ -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) {