Set isPaused default to undefined

This commit is contained in:
TC
2021-03-29 21:32:41 +02:00
parent 64c2b32b24
commit 6987a0a585

View File

@ -36,7 +36,7 @@ const songInfo = {
uploadDate: "",
imageSrc: "",
image: null,
isPaused: true,
isPaused: undefined,
songDuration: 0,
elapsedSeconds: 0,
url: "",