mirror of https://github.com/Lissy93/dashy.git
noofslots_total swapped to noofslots
This commit is contained in:
parent
b10a88b022
commit
8d33d91362
|
@ -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 New Issue