diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index 4b2ff88..6764d00 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -6,7 +6,7 @@ const PrefsStore = { // Declaring boolean values here because v-simple-checkbox has a bug (???) which renders it unable to have internal state prefs: { playerAutoplay: true, - audioOnly: false + listen: false } }), mutations: {