Skip to content

Commit f9861db

Browse files
authored
LunaSea template update (#38)
* Update lunasea.json add lookup which could've sword had already and worked during original testing * Update lunasea.json
1 parent 48eb7c6 commit f9861db

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

root/app/www/public/templates/radarr/lunasea.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@
8080
],
8181
"/api/v3/qualitydefinition": [
8282
"get"
83+
],
84+
"/api/v3/movie/lookup": [
85+
"get"
8386
]
8487
}

root/app/www/public/templates/sonarr/lunasea.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@
7272
],
7373
"/api/v3/tag/{id}": [
7474
"delete"
75+
],
76+
"/api/v3/series/lookup": [
77+
"get"
7578
]
7679
}

0 commit comments

Comments
 (0)