mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(macros): torrentdata parsing (#757)
* fix(macros): Fix torrentdata parsing in macros. * fix action test * more dead code * hunting demons * limit success output
This commit is contained in:
parent
92f2b0ebe3
commit
29bedc532d
6 changed files with 54 additions and 83 deletions
|
@ -20,7 +20,7 @@ type Service interface {
|
|||
DeleteByFilterID(ctx context.Context, filterID int) error
|
||||
ToggleEnabled(actionID int) error
|
||||
|
||||
RunAction(ctx context.Context, action *domain.Action, release domain.Release) ([]string, error)
|
||||
RunAction(ctx context.Context, action *domain.Action, release *domain.Release) ([]string, error)
|
||||
}
|
||||
|
||||
type service struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue