Skip to content

Commit

Permalink
Update kometa.json (#25)
Browse files Browse the repository at this point in the history
update the template for Kometa Sonarr
  • Loading branch information
antwanchild authored Nov 13, 2024
1 parent 8a02897 commit 72710cc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions root/app/www/public/templates/sonarr/kometa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/api/v3/importlistexclusion": [
"/api/v3/exclusions": [
"get"
],
"/api/v3/rootfolder": [
Expand All @@ -13,5 +13,17 @@
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/movie": [
"get"
],
"/api/v3/movie/lookup": [
"get"
],
"/api/v3/tag": [
"get"
],
"/api/v3/importlistexclusion": [
"get"
]
}
}

0 comments on commit 72710cc

Please sign in to comment.