mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Add art on Videos
Add videos support to Subsonic and UPnP APIs Update Tmdb module
This commit is contained in:
parent
3fc08b17d4
commit
d842ebbb00
246 changed files with 5530 additions and 2127 deletions
|
@ -21,8 +21,8 @@ use Tmdb\Model\Common\QueryParameter\QueryParameterInterface;
|
|||
* Class AbstractRepository
|
||||
* @package Tmdb\Repository
|
||||
*/
|
||||
abstract class AbstractRepository {
|
||||
|
||||
abstract class AbstractRepository
|
||||
{
|
||||
protected $client = null;
|
||||
protected $api = null;
|
||||
|
||||
|
@ -52,12 +52,12 @@ abstract class AbstractRepository {
|
|||
/**
|
||||
* Process query parameters
|
||||
*
|
||||
* @param array $parameters
|
||||
* @param array $parameters
|
||||
* @return array
|
||||
*/
|
||||
protected function parseQueryParameters(array $parameters = array())
|
||||
{
|
||||
foreach($parameters as $key => $candidate) {
|
||||
foreach ($parameters as $key => $candidate) {
|
||||
if (is_a($candidate, 'Tmdb\Model\Common\QueryParameter\QueryParameterInterface')) {
|
||||
$interfaces = class_implements($candidate);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue