From 4ae1370086562dd34e59aa223a7f1479ab908736 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:45:44 -0800 Subject: [PATCH] Added see all to routes --- resources/cider-ui/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/cider-ui/index.js b/resources/cider-ui/index.js index 6b442acc..7218a6c4 100644 --- a/resources/cider-ui/index.js +++ b/resources/cider-ui/index.js @@ -258,7 +258,7 @@ const app = new Vue({ this.mk.authorize() this.$forceUpdate() this.mk.privateEnabled = true - this.platform = ipcRenderer.sendSync('cider-platform'); + // this.platform = ipcRenderer.sendSync('cider-platform'); // Set profile name this.chrome.userinfo = await this.mkapi("personalSocialProfile", false, "") // API Fallback @@ -406,7 +406,7 @@ const app = new Vue({ this.collectionList.response = response this.collectionList.title = title this.collectionList.type = type - this.page = "collection-list" + app.appRoute("collection-list") }, async showArtistView(artist, title, view) { let response = await this.mk.api.artistView(artist, view, {}, {view: view, includeResponseMeta: !0})