From 6987a0a58502ead999db2b83db7533e70ff6f06f Mon Sep 17 00:00:00 2001 From: TC Date: Mon, 29 Mar 2021 21:32:41 +0200 Subject: [PATCH] Set isPaused default to undefined --- providers/song-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/song-info.js b/providers/song-info.js index b2764508..6852ef09 100644 --- a/providers/song-info.js +++ b/providers/song-info.js @@ -36,7 +36,7 @@ const songInfo = { uploadDate: "", imageSrc: "", image: null, - isPaused: true, + isPaused: undefined, songDuration: 0, elapsedSeconds: 0, url: "",