library with grid

This commit is contained in:
Benjamin Takats
2023-01-20 16:12:38 +01:00
parent e318ae0053
commit 99ac0f0094
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
</x-button>
@endif
@if($libraryItem->type === 'podcast_episode')
<x-button lg amber :href="$libraryItem->episode->data['enclosureUrl']" target="_blank">
<x-button lg amber :href="$libraryItem->episode->data['link']" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i>
{{ __('Listen') }}
</x-button>