1
0
mirror of https://github.com/Lissy93/dashy.git synced 2025-04-08 17:06:18 +02:00

noofslots_total swapped to noofslots

This commit is contained in:
Alucarddelta 2022-07-10 22:18:57 +10:00
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 },
],
[