podcasts added

This commit is contained in:
Benjamin Takats
2022-12-06 18:17:05 +01:00
parent a520c26dba
commit 85b2856bcd
30 changed files with 910 additions and 24 deletions

View File

@@ -11,4 +11,10 @@
Download
</x-button>
@endif
@if($row->type === 'podcast_episode')
<x-button amber href="{{ $row->episode->data['enclosureUrl'] }}" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i>
Anhören
</x-button>
@endif
</div>