From 10b81bd56eadfc73f9ba350eba667e0a931ee03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walid=20Saleh=20S=C3=A1nchez?= Date: Wed, 13 Dec 2023 17:28:46 +0100 Subject: [PATCH] add condition to download --- webui/src/components/pages/Tracklist.vue | 43 ++++++++++++++---------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/webui/src/components/pages/Tracklist.vue b/webui/src/components/pages/Tracklist.vue index cb1ef9f..072fea9 100644 --- a/webui/src/components/pages/Tracklist.vue +++ b/webui/src/components/pages/Tracklist.vue @@ -29,7 +29,7 @@ timer - + @@ -93,7 +93,7 @@ > {{ convertDuration(track.duration) }} - + @@ -136,42 +136,48 @@ {{ track.artists[0].name }} {{ track.album.name }} {{ convertDuration(Math.floor(track.duration_ms / 1000)) }} - + {{ label }}