feat: add prowlarr enable button

This commit is contained in:
Simon Ding
2024-11-04 23:48:52 +08:00
parent 36b72e6461
commit bce4d93ab1
5 changed files with 35 additions and 13 deletions

View File

@@ -63,6 +63,7 @@ type Limiter struct {
}
type ProwlarrSetting struct {
ApiKey string `json:"api_key"`
URL string `json:"url"`
Disabled bool `json:"disabled"`
ApiKey string `json:"api_key"`
URL string `json:"url"`
}