diff --git a/application/forms/AddShowWhat.php b/application/forms/AddShowWhat.php index 7fafdb46e..74e7b0dcc 100644 --- a/application/forms/AddShowWhat.php +++ b/application/forms/AddShowWhat.php @@ -16,7 +16,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm // Add URL element $this->addElement('text', 'add_show_url', array( - 'label' => 'Show URL:', + 'label' => 'Website:', 'class' => 'input_text', 'required' => false, 'filters' => array('StringTrim'), diff --git a/python_apps/pypo/scripts/ls_config.liq b/python_apps/pypo/scripts/ls_config.liq index ef1caa198..20b1f4215 100644 --- a/python_apps/pypo/scripts/ls_config.liq +++ b/python_apps/pypo/scripts/ls_config.liq @@ -44,5 +44,5 @@ icecast_description = "Airtime Radio!" icecast_genre = "genre" output_sound_device = false -output_icecast_vorbis = true +output_icecast_vorbis = false output_icecast_mp3 = true