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>
|
>{{ 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">
|
||||||
|
|
Loading…
Reference in New Issue