Compare commits
1 Commits
mongodb-6
...
2b79f47d57
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b79f47d57 |
@@ -146,8 +146,6 @@ export default {
|
|||||||
this.audio.pause();
|
this.audio.pause();
|
||||||
this.audio.src = url;
|
this.audio.src = url;
|
||||||
|
|
||||||
this.pushHistoryItem();
|
|
||||||
|
|
||||||
if (this.currentTrackParent.progress) {
|
if (this.currentTrackParent.progress) {
|
||||||
if (this.currentTrackParent.progress.id == this.selectedTrack._id) {
|
if (this.currentTrackParent.progress.id == this.selectedTrack._id) {
|
||||||
this.skipToSecond(this.currentTrackParent.progress.progress);
|
this.skipToSecond(this.currentTrackParent.progress.progress);
|
||||||
@@ -297,6 +295,7 @@ export default {
|
|||||||
track: this.selectedTrack,
|
track: this.selectedTrack,
|
||||||
rate: this.audioBpm,
|
rate: this.audioBpm,
|
||||||
});
|
});
|
||||||
|
this.pushHistoryItem();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user