From d447b41b14fbb3a6b71cb130a631ab0dbc09e090 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Thu, 17 Feb 2022 02:16:48 -0800 Subject: [PATCH] added attributes.playparams.id --- src/renderer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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