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

@ -0,0 +1,11 @@
<fieldset class="padded">
<dl class="zend_form">
<?php echo $this->element->getElement('enable_tunein')->render() ?>
<?php echo $this->element->getElement('tunein_station_id')->render() ?>
<?php echo $this->element->getElement('tunein_partner_key')->render() ?>
<?php echo $this->element->getElement('tunein_partner_id')->render() ?>
</dl>
</fieldset>