mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 22:31:09 +00:00
Add missing properties to TorznabQuery#Clone (#4879)
This commit is contained in:
parent
18ed7c88fb
commit
77e3db2f88
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ namespace Jackett.Common.Models
|
|||
ret.QueryStringParts = new string[QueryStringParts.Length];
|
||||
Array.Copy(QueryStringParts, ret.QueryStringParts, QueryStringParts.Length);
|
||||
}
|
||||
ret.RageID = RageID;
|
||||
ret.ImdbID = ImdbID;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue