API ondersteunt /stream en /download

This commit is contained in:
NH Gooi
2024-09-12 13:45:41 +02:00
parent cc1eba5959
commit 5ebf7f20be
6 changed files with 12 additions and 12 deletions

View File

@@ -78,7 +78,7 @@
<div class="announcement">
<div>
<audio controls>
<source src="{{ $url = url( $apiUrl . "podcast/download" . $item->podcast->url . "?auth=" . $item->podcast->auth )}}" type="audio/mpeg" />
<source src="{{ $url = url( $apiUrl . "podcast/stream" . $item->podcast->url . "?auth=" . $item->podcast->auth )}}" type="audio/mpeg" />
</audio>
</div>
</div>