Try to fix iTunes RSS compatibility
This commit is contained in:
parent
30c9c730be
commit
bdddd6f6ce
3 changed files with 8 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue