added a play button and work on behavior
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij
2023-09-19 12:03:00 +02:00
parent 239b538c4b
commit 159935d949
3 changed files with 14 additions and 4 deletions

View File

@@ -147,6 +147,7 @@ export default {
if (this.selectedTrack.parent.progress) {
this.skipToSecond(this.selectedTrack.parent.progress.progress);
this.selectedTrack.parent.progress = undefined;
} else {
// Try to fix SAFARI
this.audio.play();