fix for app.inLibrary

This commit is contained in:
booploops 2022-01-13 05:16:13 -08:00
parent 8c69168a69
commit 74d1631349
2 changed files with 2 additions and 1 deletions

View file

@ -2571,6 +2571,7 @@ const app = new Vue({
if (type.slice(-1) != "s") {
type += "s"
}
type = type.replace("library-", "")
let id = item.attributes.playParams.catalogId ?? item.id
let index = types.findIndex(function (type) {