mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Set isPaused default to undefined
This commit is contained in:
@ -36,7 +36,7 @@ const songInfo = {
|
|||||||
uploadDate: "",
|
uploadDate: "",
|
||||||
imageSrc: "",
|
imageSrc: "",
|
||||||
image: null,
|
image: null,
|
||||||
isPaused: true,
|
isPaused: undefined,
|
||||||
songDuration: 0,
|
songDuration: 0,
|
||||||
elapsedSeconds: 0,
|
elapsedSeconds: 0,
|
||||||
url: "",
|
url: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user