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' : '' }}