From 14f2a71ab401273b3e6a8f68e3a8fa5d58f5f814 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 10 Jan 2023 08:16:29 +0100 Subject: [PATCH] . --- resources/views/song.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/song.blade.php b/resources/views/song.blade.php index 93db950..ba52557 100644 --- a/resources/views/song.blade.php +++ b/resources/views/song.blade.php @@ -40,6 +40,14 @@ @endforeach
{{$song->credits}}
+ @if(count($audioTracks)) +

💿 {{__('Audios')}}

+ + @endif @if(count($audioTracks))
-- 2.39.5