mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Fix omitting empty cleanup rules
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user