Moving settings to be user specific, adding playbackRate setting, update playbackRate picker to go up to 3x

This commit is contained in:
advplyr 2021-08-23 18:31:04 -05:00
parent 40502aab1e
commit 7ef977b783
22 changed files with 247 additions and 103 deletions

View file

@ -43,7 +43,7 @@ export default {
},
computed: {
user() {
return this.$store.state.user || null
return this.$store.state.user.user || null
},
username() {
return this.user.username