mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-03 14:33:16 +01:00
noofslots_total swapped to noofslots
This commit is contained in:
parent
b10a88b022
commit
8d33d91362
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue