'playlength' attribute of playlist changed to 'implied' variant.
This commit is contained in:
parent
61e1d47c97
commit
eb9220a6dc
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.4 $
|
Version : $Revision: 1.5 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/playlistFormat.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/playlistFormat.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -36,8 +36,8 @@ $playlistFormat = array(
|
||||||
'optional'=>array('metadata', 'playlistElement'),
|
'optional'=>array('metadata', 'playlistElement'),
|
||||||
),
|
),
|
||||||
'attrs'=>array(
|
'attrs'=>array(
|
||||||
'required'=>array('id', 'playlength'),
|
'required'=>array('id'),
|
||||||
'implied'=>array('title'),
|
'implied'=>array('title', 'playlength'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'playlistElement'=>array(
|
'playlistElement'=>array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue