diff options
Diffstat (limited to 'src/components/services/Tautulli.vue')
-rw-r--r-- | src/components/services/Tautulli.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Tautulli.vue b/src/components/services/Tautulli.vue index 0f27ff1..db27c7f 100644 --- a/src/components/services/Tautulli.vue +++ b/src/components/services/Tautulli.vue | |||
@@ -51,7 +51,7 @@ export default { | |||
51 | fetchStatus: async function () { | 51 | fetchStatus: async function () { |
52 | try { | 52 | try { |
53 | const response = await this.fetch( | 53 | const response = await this.fetch( |
54 | `/api/v2?apikey=${this.item.apikey}&cmd=get_activity` | 54 | `/api/v2?apikey=${this.item.apikey}&cmd=get_activity`, |
55 | ); | 55 | ); |
56 | this.error = false; | 56 | this.error = false; |
57 | this.stats = response.response.data; | 57 | this.stats = response.response.data; |