From 95afad4003b96179259cc322b546df82809275d7 Mon Sep 17 00:00:00 2001 From: "Maxence G. de Montauzan" Date: Sun, 12 Apr 2020 19:07:46 +0200 Subject: [PATCH] (front) Show percent of never played songs --- dashboard/src/app/dashboard/dashboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/app/dashboard/dashboard.component.html b/dashboard/src/app/dashboard/dashboard.component.html index dda5414..e00d4a2 100644 --- a/dashboard/src/app/dashboard/dashboard.component.html +++ b/dashboard/src/app/dashboard/dashboard.component.html @@ -69,7 +69,7 @@

{{neverListenSong}}

-

Never list. songs
+

Never list. songs (~{{neverListenSong / trackCountSong * 100 | round}}%)