added missing dn function
This commit is contained in:
parent
4489b68d48
commit
1ff48a32cd
|
@ -142,6 +142,11 @@ class Application_Model_Show
|
||||||
return $AutoPlaylistRepeat;
|
return $AutoPlaylistRepeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setAutoPlaylistRepeat($value)
|
||||||
|
{
|
||||||
|
$show = CcShowQuery::create()->findPK($this->_showId);
|
||||||
|
$show->setDbAutoPlaylistRepeat($value);
|
||||||
|
}
|
||||||
|
|
||||||
public function setHasAutoPlaylist($value)
|
public function setHasAutoPlaylist($value)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue