mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(filters): OPS and RED split Artist and Album (#1398)
* fix(filters): OPS and RED parse and match Artist and Album * fix(filters): rls raw
This commit is contained in:
parent
1a23b69bcf
commit
51a7f71372
4 changed files with 21 additions and 7 deletions
|
@ -105,6 +105,10 @@ type Release struct {
|
|||
ActionStatus []ReleaseActionStatus `json:"action_status"`
|
||||
}
|
||||
|
||||
func (r *Release) Raw(s string) rls.Release {
|
||||
return rls.ParseString(s)
|
||||
}
|
||||
|
||||
type ReleaseActionStatus struct {
|
||||
ID int64 `json:"id"`
|
||||
Status ReleasePushStatus `json:"status"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue