main #19

Merged
artem merged 39 commits from main into dev 2023-09-22 14:13:12 +02:00
Showing only changes of commit a04cb74861 - Show all commits

View File

@ -182,6 +182,9 @@ export default {
this.audio.src = url; this.audio.src = url;
this.pushHistoryItem(); this.pushHistoryItem();
// Try to fix SAFARI
this.audio.play();
}, },
pushHistoryItem() { pushHistoryItem() {
if (!this.currentUser._id) { if (!this.currentUser._id) {