SAAS-587: Add stream urls to station-metadata API
This commit is contained in:
parent
a931e282e1
commit
6dcc7ee2fc
3 changed files with 18 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Application_Form_EmbeddablePlayer extends Zend_Form_SubForm
|
|||
|
||||
$streamURL = new Zend_Form_Element_Radio('stream_url');
|
||||
$urlOptions = Array();
|
||||
foreach(Application_Model_StreamSetting::getStreamUrls() as $type => $url) {
|
||||
foreach(Application_Model_StreamSetting::getEnabledStreamUrls() as $type => $url) {
|
||||
$urlOptions[$url] = $type;
|
||||
}
|
||||
$streamURL->setMultiOptions(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue