Skip to content

Commit

Permalink
Bring back support for Node.js v12 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangebae authored Jul 15, 2020
1 parent c8a3895 commit b99950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Track.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Track {
* Whether the track was added from a playlist
* @type {boolean}
*/
this.fromPlaylist = videoData.fromPlaylist ?? false
this.fromPlaylist = videoData.fromPlaylist || false
/**
* The queue in which the track is
* @type {Queue}
Expand Down

0 comments on commit b99950f

Please sign in to comment.