Commented out request to tunein when station is offline

This commit is contained in:
drigato 2015-05-20 07:05:26 -04:00
parent 5b6a88f7fd
commit e5a8f14a9a
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
// 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();
}
}*/
$show = Application_Model_Show::getCurrentShow();