SAAS-772: Send metadata to Tunein

This is pretty much working for scheduled metadata - just to need to
test with a TuneIn account.
This commit is contained in:
drigato 2015-05-13 16:05:37 -04:00
parent 77241bb6fc
commit cf24c141fd
10 changed files with 179 additions and 2 deletions

View file

@ -21,6 +21,10 @@ class Application_Form_Preferences extends Zend_Form
$this->addSubForm($general_pref, 'preferences_general');
//tunein form
$tuneinPreferences = new Application_Form_TuneInPreferences();
$this->addSubForm($tuneinPreferences, 'preferences_tunein');
$soundcloud_pref = new Application_Form_SoundcloudPreferences();
$this->addSubForm($soundcloud_pref, 'preferences_soundcloud');