added attributes.playparams.id
This commit is contained in:
parent
78b03d2cd9
commit
d447b41b14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue