diff --git a/changes/changelog.d/queue-same-track.bugfix b/changes/changelog.d/queue-same-track.bugfix new file mode 100644 index 000000000..11a1a08c7 --- /dev/null +++ b/changes/changelog.d/queue-same-track.bugfix @@ -0,0 +1 @@ +Fixed position not being reseted properly when playing the same track multiple times in a row diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index b5cbd8f81..0c5ed44b6 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -3,7 +3,7 @@
{ + this.renderAudio = true + }) + } + }, volume (newValue) { this.sliderVolume = newValue },