fix: fix some bugs

This commit is contained in:
2026-06-08 17:07:58 +02:00
parent 58052e46e3
commit 55094e2752
2 changed files with 4 additions and 1 deletions

View File

@ -304,6 +304,9 @@ func (h *Handler) UpdateSettings(c *gin.Context) {
return return
} }
} }
if err := h.scheduler.Reload(); err != nil {
fmt.Printf("settings reload scheduler: %v\n", err)
}
httputil.OK(c, gin.H{"ok": true}) httputil.OK(c, gin.H{"ok": true})
} }

View File

@ -59,7 +59,7 @@ services:
- ollama_data:/root/.ollama - ollama_data:/root/.ollama
frontend: frontend:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-frontend:v1.0.0 image: gitea.anthonybouteiller.ovh/blomios/tradarr-frontend:v1.1.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- backend - backend