From 8d33d913629e03a39396c9b4326390f38aa4ea60 Mon Sep 17 00:00:00 2001 From: Alucarddelta Date: Sun, 10 Jul 2022 22:18:57 +1000 Subject: [PATCH] noofslots_total swapped to noofslots --- src/components/Widgets/Sabnzbd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Widgets/Sabnzbd.vue b/src/components/Widgets/Sabnzbd.vue index 07968722..6e89a7d0 100644 --- a/src/components/Widgets/Sabnzbd.vue +++ b/src/components/Widgets/Sabnzbd.vue @@ -98,7 +98,7 @@ export default { this.sabnzbdDetails = [ [ { label: 'Time Left', value: data.queue.timeleft }, - { label: 'Queue', value: data.queue.noofslots_total }, + { label: 'Queue', value: data.queue.noofslots }, ], [