main #19
@ -182,6 +182,9 @@ export default {
|
||||
this.audio.src = url;
|
||||
|
||||
this.pushHistoryItem();
|
||||
|
||||
// Try to fix SAFARI
|
||||
this.audio.play();
|
||||
},
|
||||
pushHistoryItem() {
|
||||
if (!this.currentUser._id) {
|
||||
|
Loading…
Reference in New Issue
Block a user