fix: fix some bugs
This commit is contained in:
@ -304,6 +304,9 @@ func (h *Handler) UpdateSettings(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
}
|
||||
if err := h.scheduler.Reload(); err != nil {
|
||||
fmt.Printf("settings reload scheduler: %v\n", err)
|
||||
}
|
||||
httputil.OK(c, gin.H{"ok": true})
|
||||
}
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ services:
|
||||
- ollama_data:/root/.ollama
|
||||
|
||||
frontend:
|
||||
image: gitea.anthonybouteiller.ovh/blomios/tradarr-frontend:v1.0.0
|
||||
image: gitea.anthonybouteiller.ovh/blomios/tradarr-frontend:v1.1.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user