Try to fix iTunes RSS compatibility

This commit is contained in:
Duncan Sommerville 2015-11-17 17:50:16 -05:00
parent 30c9c730be
commit bdddd6f6ce
3 changed files with 8 additions and 3 deletions

View file

@ -32,7 +32,7 @@ class PodcastEpisodes extends BasePodcastEpisodes
if ($podcast) {
$fileId = $this->getDbFileId();
$key = Application_Model_Preference::getStationPodcastDownloadKey();
return Application_Common_HTTPHelper::getStationUrl()."rest/media/$fileId/download?download_key=$key";
return Application_Common_HTTPHelper::getStationUrl(false)."rest/media/$fileId/download?download_key=$key";
}
return parent::getDbDownloadUrl();
}