mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(macros): add Group (#1378)
This commit is contained in:
parent
fffd5bbf56
commit
16bf2a52fd
2 changed files with 15 additions and 0 deletions
|
@ -23,6 +23,7 @@ type Macro struct {
|
|||
TorrentUrl string
|
||||
TorrentDataRawBytes []byte
|
||||
MagnetURI string
|
||||
Group string
|
||||
GroupID string
|
||||
DownloadUrl string
|
||||
InfoUrl string
|
||||
|
@ -58,6 +59,7 @@ func NewMacro(release Release) Macro {
|
|||
TorrentHash: release.TorrentHash,
|
||||
TorrentID: release.TorrentID,
|
||||
MagnetURI: release.MagnetURI,
|
||||
Group: release.Group,
|
||||
GroupID: release.GroupID,
|
||||
InfoUrl: release.InfoURL,
|
||||
DownloadUrl: release.DownloadURL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue