CC-4812: Property "off_air_meta" will block airtime-liquidsoap to start
- fixed
This commit is contained in:
parent
45e3fccae2
commit
adda497bbb
3 changed files with 5 additions and 9 deletions
|
@ -201,13 +201,6 @@ class Application_Model_StreamSetting
|
|||
"value"=>self::getDjLiveStreamMountPoint(),
|
||||
"type"=>"string");
|
||||
}
|
||||
|
||||
$sql = "SELECT *"
|
||||
." FROM cc_pref"
|
||||
." WHERE keystr = 'off_air_meta'";
|
||||
|
||||
$out = $con->query($sql)->fetchAll();
|
||||
$rows[] = array("keyname" => $out[0]["keystr"], "value"=>$out[0]["valstr"], "type"=>"string");
|
||||
|
||||
return $rows;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue