CC-1665: Scheduled stream rebroadcasting and recording
-step 1 of getting stream preview on show builder working
This commit is contained in:
parent
c73328e297
commit
4129900858
4 changed files with 81 additions and 69 deletions
|
@ -653,9 +653,8 @@ class Application_Model_ShowInstance
|
|||
WHERE s.instance_id = '{$this->_instanceId}' AND s.playout_status >= 0
|
||||
ORDER BY starts";
|
||||
|
||||
//Logging::log($sql);
|
||||
|
||||
$results = $con->query($sql)->fetchAll();
|
||||
$results = $con->query($sql)->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
foreach ($results as &$row) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue