CC-3944 : Now Playing -> Time Line view: Cannot cancel record show, cancel button is disabled
This commit is contained in:
parent
c2b2ea1d16
commit
bb3ffce071
2 changed files with 18 additions and 5 deletions
|
@ -332,6 +332,10 @@ class Application_Model_ShowBuilder
|
|||
$this->getScheduledStatus($startsEpoch, $endsEpoch, $row);
|
||||
$this->isAllowed($p_item, $row);
|
||||
|
||||
if (intval($p_item["si_record"]) === 1) {
|
||||
$row["record"] = true;
|
||||
}
|
||||
|
||||
return $row;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue