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}