]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/Tautulli.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / Tautulli.vue
index 0f27ff1b06b8d1d5dbf9f76944f56186ec20f30c..db27c7fbff5eb25667797b309c477157a10bc74f 100644 (file)
@@ -51,7 +51,7 @@ export default {
     fetchStatus: async function () {
       try {
         const response = await this.fetch(
-          `/api/v2?apikey=${this.item.apikey}&cmd=get_activity`
+          `/api/v2?apikey=${this.item.apikey}&cmd=get_activity`,
         );
         this.error = false;
         this.stats = response.response.data;