{{ names[section] }}
{{ results.TOP_RESULT[0].__TYPE__ == 'artist' ? results.TOP_RESULT[0].ART_NAME : results.TOP_RESULT[0].__TYPE__ == 'album' ? results.TOP_RESULT[0].ALB_TITLE : results.TOP_RESULT[0].__TYPE__ == 'playlist' ? results.TOP_RESULT[0].TITLE : '' }}
@@ -69,7 +72,7 @@{{ names[section] }}
{{ names[section] }}
{{ section == 'ARTIST' ? release.ART_NAME : section == 'ALBUM' ? release.ALB_TITLE : section == 'PLAYLIST' ? release.TITLE : '' }}
{{ section == 'ARTIST' ? numberWithDots(release.NB_FAN) + ' fans' : section == 'ALBUM' ? release.ART_NAME+' - '+release.NUMBER_TRACK+' tracks' : section == 'PLAYLIST' ? release.NB_SONG+' tracks' : '' }}
@@ -109,7 +112,7 @@No Tracks found
No Albums found
{{ release.ALB_TITLE }}
{{ 'by '+release.ART_NAME }}
@@ -138,7 +141,7 @@No Artists found
{{ release.ART_NAME }}
{{ numberWithDots(release.NB_FAN) + ' fans' }}
@@ -154,7 +157,7 @@No Playlists found
{{ release.TITLE }}
{{ release.NB_SONG+' tracks' }}
@@ -377,13 +380,14 @@