CC-4812: Property "off_air_meta" will block airtime-liquidsoap to start

- fixed
This commit is contained in:
James 2013-01-08 15:52:11 -05:00
parent 45e3fccae2
commit adda497bbb
3 changed files with 5 additions and 9 deletions

View file

@ -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;
}