diff --git a/src/renderer/index.js b/src/renderer/index.js index 0a7d0254..c0b0442d 100644 --- a/src/renderer/index.js +++ b/src/renderer/index.js @@ -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