Redirect op diepe audiolinks
This commit is contained in:
@@ -33,7 +33,7 @@ class StreamController extends Controller
|
||||
$apiResult = $this->API('podcast/details/' . (int)$id);
|
||||
$podcast = new \Model\Podcast($apiResult);
|
||||
if($podcast->auth != $request->get('auth')) {
|
||||
return abort(403);
|
||||
return view('podcastredirect', ['podcast' => $podcast]);
|
||||
}
|
||||
|
||||
return view('listen', [
|
||||
|
||||
Reference in New Issue
Block a user