mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(feeds): torznab newznab category parsing (#775)
This commit is contained in:
parent
0d6e23f278
commit
81d494ec5c
5 changed files with 12 additions and 12 deletions
|
@ -241,7 +241,7 @@ func (c *client) GetCaps() *Caps {
|
|||
return c.Capabilities
|
||||
}
|
||||
|
||||
func (c *client) Search(ctx context.Context, query string) ([]FeedItem, error) {
|
||||
func (c *client) Search(ctx context.Context, query string) ([]*FeedItem, error) {
|
||||
v := url.Values{}
|
||||
v.Add("q", query)
|
||||
params := v.Encode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue