Skip to content

Commit

Permalink
Set isPaused default to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Mar 29, 2021
1 parent 64c2b32 commit 6987a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/song-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const songInfo = {
uploadDate: "",
imageSrc: "",
image: null,
isPaused: true,
isPaused: undefined,
songDuration: 0,
elapsedSeconds: 0,
url: "",
Expand Down

0 comments on commit 6987a0a

Please sign in to comment.