src/components/Player.vue aktualisiert
All checks were successful
continuous-integration/drone Build is passing

Fix: Safari instand play
This commit is contained in:
Artem Anufrij 2023-08-21 13:47:42 +02:00
parent 42a4072a31
commit a04cb74861

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) {