Luister popout gefixt

This commit is contained in:
NH Gooi
2024-09-10 20:54:56 +02:00
parent 3b55a1cf42
commit cc1eba5959

View File

@@ -50,7 +50,7 @@ class StreamController extends Controller
} }
return view('listen', [ return view('listen', [
'source' => $this->API_URL . 'podcast/download' . $apiResult->url . '?auth=' . $podcast->auth, 'source' => $this->API_URL . 'podcast/download/' . $apiResult->url,
'title' => $podcast->title, 'title' => $podcast->title,
'content' => $podcast->title, 'content' => $podcast->title,
'isStream' => false, 'isStream' => false,