-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Ampache API not working on ownCloud 10.14.0
The ownCloud version 10.14.0 has changed the Entity base class and any classes (indirectly) inheriting it are no longer allowed to have a constructor taking arguments. Hence, we need to construct our "All Tracks adapter" playlist in the Ampache API a bit differently. refs #1138
- Loading branch information
Showing
2 changed files
with
18 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters