mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
Mejortorrent: query clone (#3710)
* Make ReleaseInflo class derivation friendly * Mejortorrent was corrupting the currentQuery passed to indexers
This commit is contained in:
parent
e4e1ac2c18
commit
48f72a3096
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
public async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuery query, int attempts)
|
||||
{
|
||||
query = query.Clone();
|
||||
|
||||
var originalSearchTerm = query.SearchTerm;
|
||||
if (query.SearchTerm == null)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue