added UI to toggle autoplaylist repeat option
This commit is contained in:
parent
7a944ac9ce
commit
c12ad4ea4f
13 changed files with 64 additions and 2 deletions
|
@ -96,7 +96,15 @@ SQL;
|
|||
return $show->getDbAutoPlaylistId();
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function getAutoPlaylistRepeat()
|
||||
{
|
||||
$show = CcShowQuery::create()->findPK($this->getShowId());
|
||||
return $show->getDbAutoPlaylistRepeat();
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the start time of the Show (UTC time)
|
||||
* @return string in format DEFAULT_TIMESTAMP_FORMAT (PHP time notation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue