Skip to content

Commit

Permalink
feat(jellyseerr): Updated Template for Sonarr/Radarr (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- authored Nov 11, 2024
1 parent e5d6d51 commit 67595be
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
28 changes: 28 additions & 0 deletions root/app/www/public/templates/radarr/jellyseerr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/tag": [
"get",
"post"
],
"/api/v3/command": [
"post"
],
"/api/v3/queue": [
"get"
],
"/api/v3/movie": [
"get",
"post"
],
"/api/v3/movie/lookup": [
"get"
]
}
26 changes: 26 additions & 0 deletions root/app/www/public/templates/sonarr/jellyseerr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"/api/v3/system/status": [
"get"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/languageprofile": [
"get"
],
"/api/v3/tag": [
"get"
],
"/api/v3/command": [
"post"
],
"/api/v3/queue": [
"get"
],
"/api/v3/series": [
"get"
]
}

0 comments on commit 67595be

Please sign in to comment.