aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/services/SABnzbd.vue
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 14:24:05 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 14:24:05 +0200
commitde4b7e6124254a192c897bdf0070b078a64ee563 (patch)
tree2517f4e70c56b55515f75b686fd9ea508ef5659c /src/components/services/SABnzbd.vue
parentecf664d19b2a46c9d89a9a9c1128e22b7228607a (diff)
downloadhomer-de4b7e6124254a192c897bdf0070b078a64ee563.tar.gz
homer-de4b7e6124254a192c897bdf0070b078a64ee563.tar.zst
homer-de4b7e6124254a192c897bdf0070b078a64ee563.zip
Linting updatev23.10.1
Diffstat (limited to 'src/components/services/SABnzbd.vue')
-rw-r--r--src/components/services/SABnzbd.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/SABnzbd.vue b/src/components/services/SABnzbd.vue
index 2f93c71..e92e587 100644
--- a/src/components/services/SABnzbd.vue
+++ b/src/components/services/SABnzbd.vue
@@ -56,7 +56,7 @@ export default {
56 fetchStatus: async function () { 56 fetchStatus: async function () {
57 try { 57 try {
58 const response = await this.fetch( 58 const response = await this.fetch(
59 `/api?output=json&apikey=${this.item.apikey}&mode=queue` 59 `/api?output=json&apikey=${this.item.apikey}&mode=queue`,
60 ); 60 );
61 this.error = false; 61 this.error = false;
62 this.stats = response.queue; 62 this.stats = response.queue;