diff --git a/changes/changelog.d/1432.bugfix b/changes/changelog.d/1432.bugfix new file mode 100644 index 000000000..c3abbfd59 --- /dev/null +++ b/changes/changelog.d/1432.bugfix @@ -0,0 +1 @@ +Fix stopped player to not show 00:00 when loading a track (#1432) diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index d4a9d658f..0c940deef 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -189,9 +189,6 @@ >{{ currentTimeFormatted }} | {{ durationFormatted }} -