Fix omitting empty cleanup rules

This commit is contained in:
Ingo Oppermann
2025-05-15 12:17:17 +02:00
parent d5c03932b5
commit cc0da080c6
5 changed files with 142 additions and 4 deletions

View File

@@ -303,6 +303,7 @@ func (h *ProcessHandler) Update(c echo.Context) error {
process := api.ProcessConfig{
ID: id,
Owner: ctxuser,
Domain: domain,
Type: "ffmpeg",
Autostart: true,
}