filter applied
This commit is contained in:
parent
6a95f601a7
commit
a243ad2343
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -196,7 +196,7 @@ func radarrScan(c *gin.Context) {
|
|||
|
||||
payload := `{
|
||||
"name": "RefreshMovie",
|
||||
"filterKey": "missing",
|
||||
"filterKey": "Missing",
|
||||
"filterValue": "true",
|
||||
}`
|
||||
|
||||
|
@ -227,7 +227,7 @@ func sonarrScan(c *gin.Context) {
|
|||
|
||||
payload := `{
|
||||
"name": "RescanSeries",
|
||||
"filterKey": "missing",
|
||||
"filterKey": "Missing Episodes",
|
||||
"filterValue": "true"
|
||||
}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue