Bring back support for Node.js v12 (#45)
This commit is contained in:
parent
c8a3895835
commit
b99950fef2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Track {
|
||||||
* Whether the track was added from a playlist
|
* Whether the track was added from a playlist
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.fromPlaylist = videoData.fromPlaylist ?? false
|
this.fromPlaylist = videoData.fromPlaylist || false
|
||||||
/**
|
/**
|
||||||
* The queue in which the track is
|
* The queue in which the track is
|
||||||
* @type {Queue}
|
* @type {Queue}
|
||||||
|
|
Loading…
Reference in a new issue