Enhancement: Add issues field to Jellyseerr widget (#5725)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
AdamWHY2K
2025-08-29 19:14:13 +01:00
committed by GitHub
parent a9ec5aa1e7
commit b663e56174
4 changed files with 18 additions and 6 deletions

View File

@@ -9,6 +9,10 @@ const widget = {
endpoint: "request/count",
validate: ["pending", "approved", "available"],
},
"issue/count": {
endpoint: "issue/count",
validate: ["open", "total"],
},
},
};