mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
core: fix compilation warning (#7329)
This commit is contained in:
parent
58974623de
commit
c339d54aed
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ namespace Jackett.Common.Utils.Clients
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public override int GetHashCode() => base.GetHashCode();
|
||||
}
|
||||
|
||||
public enum RequestType
|
||||
|
|
Loading…
Reference in a new issue