Skip to content
Snippets Groups Projects
Commit 1b8e19e1 authored by MattDHarding's avatar MattDHarding Committed by Georg Krause
Browse files

Fix stopped player to not show 00:00 when loading a track

parent 4e5d8f57
No related branches found
No related tags found
1 merge request!1777fixed issue 1432 - Stopped player showing 00:00 when loading track
Pipeline #20553 passed
Fix stopped player to not show 00:00 when loading a track (#1432)
...@@ -189,9 +189,6 @@ ...@@ -189,9 +189,6 @@
>{{ currentTimeFormatted }}</span> >{{ currentTimeFormatted }}</span>
| <span class="total">{{ durationFormatted }}</span> | <span class="total">{{ durationFormatted }}</span>
</template> </template>
<template v-else>
00:00 | 00:00
</template>
</div> </div>
</div> </div>
<div class="controls queue-controls when-queue-focused align-right"> <div class="controls queue-controls when-queue-focused align-right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment