Skip to content

Commit

Permalink
Torznab imdbid optimization (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital authored Feb 6, 2024
1 parent e471dd2 commit 908ee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/torznab/adapter/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (a adapter) searchRequestOptions(r torznab.SearchRequest) ([]query.Option,
ID: imdbId,
})
}
options = append(options, query.Where(search.ContentIdentifierCriteria(refs...)))
options = append(options, query.Where(search.ContentAlternativeIdentifierCriteria(refs...)))
}
limit := a.defaultLimit
if r.Limit.Valid {
Expand Down

0 comments on commit 908ee7d

Please sign in to comment.