core: fix compilation warning (#7329)

This commit is contained in:
Diego Heras 2020-02-25 20:48:27 +01:00 committed by GitHub
parent 58974623de
commit c339d54aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ namespace Jackett.Common.Utils.Clients
return false;
}
}
public override int GetHashCode() => base.GetHashCode();
}
public enum RequestType