1
0
Fork 0
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:
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

View file

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