Commented out request to tunein when station is offline
This commit is contained in:
parent
5b6a88f7fd
commit
e5a8f14a9a
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue