diff --git a/src/components/BottomBar.vue b/src/components/BottomBar.vue index b9d5881..194cd91 100644 --- a/src/components/BottomBar.vue +++ b/src/components/BottomBar.vue @@ -3,7 +3,6 @@
-
- {{ formatSeconds(queue.duration?.current) }} + {{ formatSeconds(queue.duration.current || 0) }}
@@ -58,28 +57,26 @@
-
+