Player track chapter tickmarks, highlight current chapter, progress filters, links in stream container

This commit is contained in:
Mark Cooper 2021-09-21 16:42:01 -05:00
parent baccbaf82a
commit f4d6e65380
17 changed files with 109 additions and 33 deletions

View file

@ -42,7 +42,6 @@ export default {
this.saveSettings()
},
saveSettings() {
this.$store.commit('user/setSettings', this.settings) // Immediate update
this.$store.dispatch('user/updateUserSettings', this.settings)
},
init() {