added attributes.playparams.id

This commit is contained in:
booploops 2022-02-17 02:16:48 -08:00
parent 78b03d2cd9
commit d447b41b14

View file

@ -3044,7 +3044,7 @@ const app = new Vue({
type += "s"
}
type = type.replace("library-", "")
let id = item.attributes.playParams.catalogId ?? item.id
let id = item.attributes.playParams.catalogId ?? item.attributes.playParams.id ?? item.id
let index = types.findIndex(function (type) {
return type.type == this