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

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