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

@ -9,6 +9,7 @@ const widget = {
endpoint: "request/count",
validate: [
"pending",
"processing",
"approved",
"available",
],