mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-27 18:32:55 +03:00
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
Block a user