release/live to main #7

Merged
mischa.spelt merged 91 commits from release/live into main 2024-09-12 15:09:01 +02:00
Showing only changes of commit cc1eba5959 - Show all commits

View File

@@ -50,7 +50,7 @@ class StreamController extends Controller
}
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,
'content' => $podcast->title,
'isStream' => false,