We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd00c6 commit 813835fCopy full SHA for 813835f
src/layouts/default/PlayerOSD/PlayerTrackDetails.vue
@@ -231,16 +231,6 @@
231
<div v-if="store.activePlayer && store.activePlayer?.powered != false">
232
{{ getPlayerName(store.activePlayer) }}
233
</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>
244
245
</template>
246
</v-list-item>
0 commit comments