sonarr & radarr endpoints
This commit is contained in:
parent
e35e294d72
commit
6a95f601a7
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -226,7 +226,7 @@ func sonarrScan(c *gin.Context) {
|
||||||
apiURL := "https://sr.askar.tv/api/v3/command"
|
apiURL := "https://sr.askar.tv/api/v3/command"
|
||||||
|
|
||||||
payload := `{
|
payload := `{
|
||||||
"name": "RefreshMovie",
|
"name": "RescanSeries",
|
||||||
"filterKey": "missing",
|
"filterKey": "missing",
|
||||||
"filterValue": "true"
|
"filterValue": "true"
|
||||||
}`
|
}`
|
||||||
|
|
Loading…
Reference in a new issue