mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Mejortorrent: query clone (#3710)
* Make ReleaseInflo class derivation friendly * Mejortorrent was corrupting the currentQuery passed to indexers
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user