From b99950fef2afa3cf6fb8c9d3974ba1d0dc6e9869 Mon Sep 17 00:00:00 2001 From: Bae <50950966+ba-e@users.noreply.github.com> Date: Wed, 15 Jul 2020 11:09:54 +0300 Subject: [PATCH] Bring back support for Node.js v12 (#45) --- src/Track.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Track.js b/src/Track.js index 24ac3f3..45a1c50 100644 --- a/src/Track.js +++ b/src/Track.js @@ -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}