Allow slash in podcast name
This commit is contained in:
@@ -140,7 +140,7 @@ QUERY;
|
||||
}
|
||||
|
||||
return response()->download($podcast->getSoundfile(),
|
||||
'6FM Gemist - ' . $podcast->title . '.mp3');
|
||||
'6FM Gemist - ' . str_replace('/', '-', $podcast->title) . '.mp3');
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user