fix private sessions
This commit is contained in:
parent
c8f99d5ad7
commit
824499f61f
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ const app = new Vue({
|
||||||
this.chrome.userinfo = (await app.mk.api.v3.music(`/v1/me/social-profile`)).data.data[0]
|
this.chrome.userinfo = (await app.mk.api.v3.music(`/v1/me/social-profile`)).data.data[0]
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
}
|
}
|
||||||
|
this.mk.privateEnabled = !this.cfg.visual.showuserinfo
|
||||||
this.mk._bag.features['seamless-audio-transitions'] = this.cfg.audio.seamless_audio
|
this.mk._bag.features['seamless-audio-transitions'] = this.cfg.audio.seamless_audio
|
||||||
|
|
||||||
// API Fallback
|
// API Fallback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue