CC-3697 : Only "Recording From Line In" can be added to the Rebroadcast show
This commit is contained in:
parent
7e0e631740
commit
d2448b804f
|
@ -256,7 +256,7 @@ class Application_Model_ShowBuilder {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (intval($p_item["si_rebroadcast"]) === 1) {
|
if (intval($p_item["si_rebroadcast"]) === 1) {
|
||||||
$row["record"] = true;
|
$row["rebroadcast"] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->currentShow = true) {
|
if ($this->currentShow = true) {
|
||||||
|
|
Loading…
Reference in New Issue