Merge branch 'master' of dev.sourcefabric.org:airtime
Conflicts: application/models/Shows.php
This commit is contained in:
commit
b650abcbb8
24 changed files with 446 additions and 88 deletions
|
@ -738,6 +738,14 @@ class ShowInstance {
|
|||
RabbitMq::PushSchedule();
|
||||
}
|
||||
|
||||
public function setRecordedFile($file_id)
|
||||
{
|
||||
$showInstance = CcShowInstancesQuery::create()
|
||||
->findPK($this->_instanceId);
|
||||
$showInstance->setDbRecordedFile($file_id)
|
||||
->save();
|
||||
}
|
||||
|
||||
public function getTimeScheduled()
|
||||
{
|
||||
$instance_id = $this->getShowInstanceId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue