diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 127fc20..1641fba 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -1530,11 +1530,11 @@ class TitlesInfo { static saveFromTitleInfo(titleInfo) { const details = titleInfo.details; - TitlesInfo.#INFO[details.productId] = { + TitlesInfo.update(details.productId, { titleId: titleInfo.titleId, // Has more than one input type -> must have touch support hasTouchSupport: (details.supportedInputTypes.length > 1), - }; + }); } static saveFromCatalogInfo(catalogInfo) {