filter applied

This commit is contained in:
nomadics9 2025-01-30 22:54:37 +03:00
parent 6a95f601a7
commit a243ad2343
No known key found for this signature in database

View file

@ -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"
}`