Skip to content

Commit

Permalink
fix(player): more timeout for webkit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jul 2, 2024
1 parent d17ecbb commit bbb86d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/static/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,8 @@ async function playSong(song) {
{
setTimeout(75);
audioPlayerEl.load();
setTimeout(75);
audioPlayerEl.load();
}
setMediaSessionMetadata(song);
playMuzikk();
Expand Down

0 comments on commit bbb86d6

Please sign in to comment.