CC-4512: Allow changing stream "Offline" message via Web UI
- fixed
This commit is contained in:
parent
51425d451f
commit
6e241fd3ec
6 changed files with 31 additions and 1 deletions
|
@ -59,6 +59,12 @@ class Application_Form_StreamSetting extends Zend_Form
|
|||
$stream_format->setDecorators(array('ViewHelper'));
|
||||
$this->addElement($stream_format);
|
||||
|
||||
$offAirMeta = new Zend_Form_Element_Text('offAirMeta');
|
||||
$offAirMeta->setLabel(_('Off Air Meatadata'))
|
||||
->setValue(Application_Model_StreamSetting::getOffAirMeta())
|
||||
->setDecorators(array('ViewHelper'));
|
||||
$this->addElement($offAirMeta);
|
||||
|
||||
$replay_gain = new Zend_Form_Element_Hidden("replayGainModifier");
|
||||
$replay_gain->setLabel(_("Replay Gain Modifier"))
|
||||
->setValue(Application_Model_Preference::getReplayGainModifier())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue