enabled privacy by default for testing, starting CSS for navigation bar

This commit is contained in:
booploops 2021-12-07 01:18:24 -08:00
parent f25b78f4d5
commit 9a6ec6b85f
2 changed files with 13 additions and 1 deletions

View file

@ -120,7 +120,7 @@ const app = new Vue({
this.mk = MusicKit.getInstance()
this.mk.authorize()
this.$forceUpdate()
this.mk.privateEnabled = true
// Set profile name
this.chrome.userinfo = await this.mkapi("personalSocialProfile", false, "")