try to fix behavior on safari
This commit is contained in:
@@ -150,10 +150,10 @@ export default {
|
||||
this.skipToSecond(this.currentTrackParent.progress.progress);
|
||||
}
|
||||
this.currentTrackParent.progress = undefined;
|
||||
} else {
|
||||
// Try to fix SAFARI
|
||||
this.audio.play();
|
||||
}
|
||||
// Try to fix SAFARI
|
||||
this.audio.play();
|
||||
|
||||
},
|
||||
pushHistoryItem() {
|
||||
if (!this.currentUser._id) {
|
||||
|
||||
Reference in New Issue
Block a user