feat: move off_air_meta stream setting to pref table (#2023)
This commit is contained in:
parent
e408237be1
commit
6c59ff588b
7 changed files with 59 additions and 15 deletions
|
@ -65,7 +65,7 @@ class Application_Form_StreamSetting extends Zend_Form
|
|||
|
||||
$offAirMeta = new Zend_Form_Element_Text('offAirMeta');
|
||||
$offAirMeta->setLabel(_('Off Air Metadata'))
|
||||
->setValue(Application_Model_StreamSetting::getOffAirMeta())
|
||||
->setValue(Application_Model_Preference::getOffAirMeta())
|
||||
->setDecorators(['ViewHelper']);
|
||||
$this->addElement($offAirMeta);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue