fix: fix some bugs
This commit is contained in:
@ -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})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user