Bring back support for Node.js v12 (#45)

This commit is contained in:
Bae 2020-07-15 11:09:54 +03:00 committed by GitHub
parent c8a3895835
commit b99950fef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}