CC-3077: Preference/stream-setting page has no Vorbis metadata option
- cleaning up some code
This commit is contained in:
parent
c21cbeb73b
commit
c9644d4a73
3 changed files with 1 additions and 3 deletions
|
@ -199,7 +199,6 @@ class PreferenceController extends Zend_Controller_Action
|
|||
|
||||
$values['icecast_vorbis_metadata'] = $form->getValue('icecast_vorbis_metadata');
|
||||
}
|
||||
var_dump($form->getValue('icecast_vorbis_metadata'));
|
||||
if(!$error){
|
||||
Application_Model_StreamSetting::setStreamSetting($values);
|
||||
$data = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue