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
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue