mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(actions): replay watch dir and exec cmd (#1000)
fix(actions): replay watch dir and exec
This commit is contained in:
parent
12f49b7b6c
commit
bc823f98a4
1 changed files with 3 additions and 0 deletions
|
@ -353,6 +353,9 @@ func (r *ActionRepo) Get(ctx context.Context, req *domain.GetActionRequest) (*do
|
|||
return nil, errors.Wrap(err, "error scanning row")
|
||||
}
|
||||
|
||||
a.ExecCmd = execCmd.String
|
||||
a.ExecArgs = execArgs.String
|
||||
a.WatchFolder = watchFolder.String
|
||||
a.Category = category.String
|
||||
a.Tags = tags.String
|
||||
a.Label = label.String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue