Fix stopped player to not show 00:00 when loading a track
This commit is contained in:
parent
4e5d8f57ca
commit
1b8e19e129
|
@ -0,0 +1 @@
|
|||
Fix stopped player to not show 00:00 when loading a track (#1432)
|
|
@ -189,9 +189,6 @@
|
|||
>{{ currentTimeFormatted }}</span>
|
||||
| <span class="total">{{ durationFormatted }}</span>
|
||||
</template>
|
||||
<template v-else>
|
||||
00:00 | 00:00
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div class="controls queue-controls when-queue-focused align-right">
|
||||
|
|
Loading…
Reference in New Issue