aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/services/Sonarr.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/Sonarr.vue')
-rw-r--r--src/components/services/Sonarr.vue6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/services/Sonarr.vue b/src/components/services/Sonarr.vue
index 55df437..bb83b6b 100644
--- a/src/components/services/Sonarr.vue
+++ b/src/components/services/Sonarr.vue
@@ -83,11 +83,7 @@ export default {
83 } 83 }
84 } 84 }
85 } else { 85 } else {
86 for (const record of queue.records) { 86 this.activity = queue.totalRecords;
87 if (record.seriesId) {
88 this.activity++;
89 }
90 }
91 } 87 }
92 }) 88 })
93 .catch((e) => { 89 .catch((e) => {