1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

Add art on Videos

Add videos support to Subsonic and UPnP APIs
Update Tmdb module
This commit is contained in:
Afterster 2014-07-06 20:46:46 +02:00
parent 3fc08b17d4
commit d842ebbb00
246 changed files with 5530 additions and 2127 deletions

View file

@ -18,4 +18,6 @@ use Tmdb\Model\Common\GenericCollection;
* Class QueryParametersCollection
* @package Tmdb\Model\Collection
*/
class QueryParametersCollection extends GenericCollection {}
class QueryParametersCollection extends GenericCollection
{
}