mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(macros): expose FilterName (#335)
This commit is contained in:
parent
85fa941cd3
commit
a1ce74761e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ type Macro struct {
|
|||
Resolution string
|
||||
Source string
|
||||
HDR string
|
||||
FilterName string
|
||||
Season int
|
||||
Episode int
|
||||
Year int
|
||||
|
@ -43,6 +44,7 @@ func NewMacro(release domain.Release) Macro {
|
|||
Resolution: release.Resolution,
|
||||
Source: release.Source,
|
||||
HDR: strings.Join(release.HDR, ", "),
|
||||
FilterName: release.FilterName,
|
||||
Season: release.Season,
|
||||
Episode: release.Episode,
|
||||
Year: release.Year,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue