From 9ac6c066697aa8eb0641e094158802190ebb9f55 Mon Sep 17 00:00:00 2001 From: samcm Date: Sun, 24 Dec 2017 01:50:19 +1100 Subject: [PATCH] Removed incorrect 'that' statement --- src/App.vue | 4 ++-- src/store/modules/plex/helpers/PlexClient.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }