diff --git a/api/app/Http/Controllers/PodcastController.php b/api/app/Http/Controllers/PodcastController.php index 55e44ca..eca7e96 100644 --- a/api/app/Http/Controllers/PodcastController.php +++ b/api/app/Http/Controllers/PodcastController.php @@ -140,7 +140,7 @@ QUERY; } return response()->download($podcast->getSoundfile(), - '6FM Gemist - ' . $podcast->title . '.mp3'); + '6FM Gemist - ' . str_replace('/', '-', $podcast->title) . '.mp3'); } /***