From 6a95f601a7730c23ea255b88b308d11459812c83 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Thu, 30 Jan 2025 22:40:43 +0300 Subject: [PATCH] sonarr & radarr endpoints --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f4b6e67..88d1b1c 100644 --- a/main.go +++ b/main.go @@ -226,7 +226,7 @@ func sonarrScan(c *gin.Context) { apiURL := "https://sr.askar.tv/api/v3/command" payload := `{ - "name": "RefreshMovie", + "name": "RescanSeries", "filterKey": "missing", "filterValue": "true" }`