1
0
Fork 0
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:
Afterster 2014-07-06 20:46:46 +02:00
parent 3fc08b17d4
commit d842ebbb00
246 changed files with 5530 additions and 2127 deletions

View file

@ -16,12 +16,12 @@ namespace Tmdb\Model;
* Class AbstractModel
* @package Tmdb\Model
*/
class AbstractModel {
class AbstractModel
{
/**
* List of properties to populate by the ObjectHydrator
*
* @var array
*/
public static $_properties = array();
public static $properties = array();
}