feat: move stream liquisoap status to pref table
This commit is contained in:
parent
6c59ff588b
commit
2b533d4724
6 changed files with 54 additions and 75 deletions
|
@ -1100,7 +1100,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$stream_id = $request->getParam('stream_id');
|
||||
$boot_time = $request->getParam('boot_time');
|
||||
|
||||
Application_Model_StreamSetting::setLiquidsoapError($stream_id, $msg, $boot_time);
|
||||
Application_Model_Preference::setLiquidsoapError($stream_id, $msg, $boot_time);
|
||||
}
|
||||
|
||||
public function updateSourceStatusAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue