mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 08:16:46 +02:00
refactor: rename audio_file urls to audio urls
This commit is contained in:
parent
e97266c5d4
commit
c1581c1fd4
11 changed files with 27 additions and 37 deletions
|
|
@ -48,7 +48,7 @@ class EpisodeAnalyticsController extends Controller
|
|||
$this->config = config('Analytics');
|
||||
}
|
||||
|
||||
public function hit(string $base64EpisodeData, string ...$audioFilePath): RedirectResponse
|
||||
public function hit(string $base64EpisodeData, string ...$audioPath): RedirectResponse
|
||||
{
|
||||
$session = Services::session();
|
||||
$session->start();
|
||||
|
|
@ -77,6 +77,6 @@ class EpisodeAnalyticsController extends Controller
|
|||
$serviceName,
|
||||
);
|
||||
|
||||
return redirect()->to($this->config->getAudioFileUrl(['podcasts', ...$audioFilePath]));
|
||||
return redirect()->to($this->config->getAudioUrl(['podcasts', ...$audioPath]));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue