Skip to content

Commit 813835f

Browse files
committed
Remove misplaced progress
1 parent 3fd00c6 commit 813835f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/layouts/default/PlayerOSD/PlayerTrackDetails.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,6 @@
231231
<div v-if="store.activePlayer && store.activePlayer?.powered != false">
232232
{{ getPlayerName(store.activePlayer) }}
233233
</div>
234-
<!-- current progress (right aligned small text) -->
235-
<div
236-
v-if="store.curQueueItem?.duration && currentElapsed != null"
237-
style="text-align: right"
238-
>
239-
<small>
240-
{{ formatDuration(Math.floor(currentElapsed || 0)) }} /
241-
{{ formatDuration(store.curQueueItem.duration) }}
242-
</small>
243-
</div>
244234
</div>
245235
</template>
246236
</v-list-item>

0 commit comments

Comments
 (0)