From d3b7c2c5cdac962c937d00904665e3c1262b6845 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sun, 19 Dec 2021 18:08:56 +0100 Subject: [PATCH] Fixed playlistID mistype --- deemix/types/Album.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemix/types/Album.js b/deemix/types/Album.js index faf0e8e..455c364 100644 --- a/deemix/types/Album.js +++ b/deemix/types/Album.js @@ -157,7 +157,7 @@ class Album { this.explicit = playlist.explicit this.date = playlist.date this.discTotal = playlist.discTotal - this.playlistId = playlist.playlistId + this.playlistID = playlist.playlistID this.owner = playlist.owner this.pic = playlist.pic this.isPlaylist = true