diff --git a/src/App.vue b/src/App.vue index 7f7123f1..c0d76ca2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,8 +46,8 @@
{{ snackbarMsg }}
+ v-model="snackbar"> +
{{ snackbarMsg }}
diff --git a/src/store/modules/plex/helpers/PlexClient.js b/src/store/modules/plex/helpers/PlexClient.js index de12d16f..3b6ded32 100644 --- a/src/store/modules/plex/helpers/PlexClient.js +++ b/src/store/modules/plex/helpers/PlexClient.js @@ -382,7 +382,7 @@ module.exports = function PlexClient () { } // Now that we've built our params, it's time to hit the client api - await this.hitApi(command, params, that.chosenConnection) + await this.hitApi(command, params, this.chosenConnection) return true }