mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-08 17:26:43 +02:00
refactor: clean episode analytics url by removing podcasts/ prefix
This commit is contained in:
parent
3a7d97d660
commit
8d9bba4e9f
2 changed files with 5 additions and 2 deletions
|
|
@ -77,6 +77,6 @@ class EpisodeAnalyticsController extends Controller
|
|||
$serviceName,
|
||||
);
|
||||
|
||||
return redirect()->to($this->config->getAudioFileUrl($audioFilePath));
|
||||
return redirect()->to($this->config->getAudioFileUrl(['podcasts', ...$audioFilePath]));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue