*** empty log message ***
This commit is contained in:
parent
3e6af4880e
commit
4a9865e9ca
3 changed files with 5 additions and 4 deletions
|
@ -269,7 +269,8 @@ class uiScheduler extends uiCalendar
|
|||
$pl = current($pl);
|
||||
$offset = strftime('%H:%M:%S', $this->_strtotime($datetime) - $this->_datetime2timestamp($pl['start']) - UI_TIMEZONEOFFSET);
|
||||
$clip = $this->Base->gb->displayPlaylistClipAtOffset($this->Base->sessid, $pl['playlistId'], $offset, $distance);
|
||||
|
||||
if(!$clip['gunid'])
|
||||
return FALSE;
|
||||
return array(
|
||||
'title' => $this->Base->_getMDataValue($this->Base->gb->_idFromGunid($clip['gunid']), UI_MDATA_KEY_TITLE),
|
||||
'duration' => $this->Base->_getMDataValue($this->Base->gb->_idFromGunid($clip['gunid']), UI_MDATA_KEY_DURATION),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue