Added see all to routes
This commit is contained in:
parent
cef6a8fb2e
commit
4ae1370086
1 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue