Fixed playlistID mistype

This commit is contained in:
RemixDev 2021-12-19 18:08:56 +01:00
parent 5e95d245cf
commit d3b7c2c5cd
No known key found for this signature in database
GPG key ID: B33962B465BDB51C

View file

@ -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