fix(legacy): station url always has a trailing slash (#1838)
This commit is contained in:
parent
a4caf4782b
commit
be5d732006
3 changed files with 1 additions and 12 deletions
|
@ -182,7 +182,6 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
|
|||
{
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
$stationUrl = Application_Common_HTTPHelper::getStationUrl();
|
||||
$stationUrl .= substr($stationUrl, -1) == '/' ? '' : '/';
|
||||
$data = [
|
||||
'id' => $id,
|
||||
'url' => $url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue