mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-29 10:56:18 +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.explicit = playlist.explicit
|
||||||
this.date = playlist.date
|
this.date = playlist.date
|
||||||
this.discTotal = playlist.discTotal
|
this.discTotal = playlist.discTotal
|
||||||
this.playlistId = playlist.playlistId
|
this.playlistID = playlist.playlistID
|
||||||
this.owner = playlist.owner
|
this.owner = playlist.owner
|
||||||
this.pic = playlist.pic
|
this.pic = playlist.pic
|
||||||
this.isPlaylist = true
|
this.isPlaylist = true
|
||||||
|
|
Loading…
Reference in a new issue