mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(macros): add Type (#1394)
This commit is contained in:
parent
c211641c29
commit
90272188ca
2 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,7 @@ type Macro struct {
|
|||
InfoUrl string
|
||||
Indexer string
|
||||
Title string
|
||||
Type string
|
||||
Category string
|
||||
Categories []string
|
||||
Resolution string
|
||||
|
@ -65,6 +66,7 @@ func NewMacro(release Release) Macro {
|
|||
DownloadUrl: release.DownloadURL,
|
||||
Indexer: release.Indexer,
|
||||
Title: release.Title,
|
||||
Type: release.Type,
|
||||
Category: release.Category,
|
||||
Categories: release.Categories,
|
||||
Resolution: release.Resolution,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue