Merge branch 'saas-tunein' into saas-dev

This commit is contained in:
drigato 2015-05-20 07:05:54 -04:00
commit c9483da4c5
1 changed files with 3 additions and 2 deletions

View File

@ -301,9 +301,10 @@ class ScheduleController extends Zend_Controller_Action
// If there is no current track playing update TuneIn so it doesn't // If there is no current track playing update TuneIn so it doesn't
// display outdated metadata // display outdated metadata
if (is_null($range["current"]) && Application_Model_Preference::getTuneinEnabled()) { //TODO: find a better solution for this so we don't spam the station on TuneIn
/*if (is_null($range["current"]) && Application_Model_Preference::getTuneinEnabled()) {
Application_Common_TuneIn::updateOfflineMetadata(); Application_Common_TuneIn::updateOfflineMetadata();
} }*/
$show = Application_Model_Show::getCurrentShow(); $show = Application_Model_Show::getCurrentShow();