Working code to auto generated Smartblock and Playlist for new Podcasts

This commit is contained in:
Robb Ebright 2017-08-18 00:46:59 -04:00
parent 6a11253ce3
commit aec0e348c4
2 changed files with 53 additions and 0 deletions

View file

@ -117,6 +117,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
));
$this->addElement($podcast_album_override);
//TODO add and insert Podcast Smartblock and Playlist autogenerate options
$third_party_api = new Zend_Form_Element_Radio('thirdPartyApi');
$third_party_api->setLabel(_('Public Airtime API'));