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
|
@ -135,6 +135,13 @@ class Application_Model_Show
|
|||
$hasAutoPlaylist = $show->getDbHasAutoPlaylist();
|
||||
return $hasAutoPlaylist;
|
||||
}
|
||||
|
||||
public function getAutoPlaylistRepeat() {
|
||||
$show = CcShowQuery::create()->findPK($this->_showId);
|
||||
$AutoPlaylistRepeat = $show->getDbAutoPlaylistRepeat();
|
||||
return $AutoPlaylistRepeat;
|
||||
}
|
||||
|
||||
|
||||
public function setHasAutoPlaylist($value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue