mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(macros): add MetaIMDB
(#1891)
feat(macros): add IMDB * only supported by PTP at this time
This commit is contained in:
parent
ea20fb4f50
commit
9ae798c99a
2 changed files with 6 additions and 3 deletions
|
@ -55,6 +55,7 @@ type Macro struct {
|
|||
Leechers int
|
||||
LogScore int
|
||||
MagnetURI string
|
||||
MetaIMDB string
|
||||
Origin string
|
||||
Other []string
|
||||
PreTime string
|
||||
|
@ -131,6 +132,7 @@ func NewMacro(release Release) Macro {
|
|||
Leechers: release.Leechers,
|
||||
LogScore: release.LogScore,
|
||||
MagnetURI: release.MagnetURI,
|
||||
MetaIMDB: release.MetaIMDB,
|
||||
Origin: release.Origin,
|
||||
Other: release.Other,
|
||||
PreTime: release.PreTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue