From f74fe9f0a9765691d626b9e31afc3375b0440ffc Mon Sep 17 00:00:00 2001 From: Gerben Date: Mon, 21 Oct 2019 21:08:20 +0530 Subject: [PATCH] nitpick --- app/audio-player/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/audio-player/contentscript.js b/app/audio-player/contentscript.js index dff3545..3bfae09 100644 --- a/app/audio-player/contentscript.js +++ b/app/audio-player/contentscript.js @@ -69,7 +69,7 @@ async function init() { } // Bind window hash change to update player - window.addEventListener('hashchange', async function() { + window.addEventListener('hashchange', async () => { if(playlist.isPlaying()) { eventEmitter.emit('stop') // pause needs a small delay, coz the lib doesn't