Added processing count to overseerr

This commit is contained in:
Myztillx 2022-11-29 13:19:52 -05:00
parent 69b1049c17
commit 2f523abe9d
3 changed files with 6 additions and 2 deletions

View file

@ -155,6 +155,7 @@
},
"overseerr": {
"pending": "Pending",
"processing": "Processing",
"approved": "Approved",
"available": "Available"
},
@ -313,7 +314,7 @@
"child_bridges": "Child Bridges",
"child_bridges_status": "{{ok}}/{{total}}"
},
"watchtower":{
"watchtower": {
"containers_scanned": "Scanned",
"containers_updated": "Updated",
"containers_failed": "Failed"
@ -360,4 +361,4 @@
"inbox": "Inbox",
"total": "Total"
}
}
}