Change download key parameter regex
This commit is contained in:
parent
6aafe25fd1
commit
4828e82d2a
2 changed files with 4 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(false)."rest/media/$fileId/download?download_key=$key";
|
||||
return Application_Common_HTTPHelper::getStationUrl(false)."rest/media/$fileId/download/$key";
|
||||
}
|
||||
return parent::getDbDownloadUrl();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue