From 6eca5aaf59fd9ef748d2a506390ed36a11752720 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Thu, 9 Apr 2020 00:13:43 +0200 Subject: [PATCH] Fixed playlists picture in main search tab --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9f30d70..77274e2 100644 --- a/public/index.html +++ b/public/index.html @@ -52,7 +52,7 @@

{{ names[section] }}

- +

{{ section == 'ARTIST' ? release.ART_NAME : section == 'ALBUM' ? release.ALB_TITLE : section == 'PLAYLIST' ? release.TITLE : '' }}

{{ section == 'ARTIST' ? release.NB_FAN + ' fans' : section == 'ALBUM' ? release.ART_NAME+' - '+release.NUMBER_TRACK+' tracks' : section == 'PLAYLIST' ? release.NB_SONG+' tracks' : '' }}