mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 18:36:26 +00:00
Fixed playlistID mistype
This commit is contained in:
parent
5e95d245cf
commit
d3b7c2c5cd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue