Fixed: All compiler warnings

This commit is contained in:
ta264
2019-10-14 22:07:40 +01:00
committed by Qstick
parent abde842bf0
commit d0f13e16d5
30 changed files with 42 additions and 87 deletions

View File

@@ -46,7 +46,7 @@ namespace NzbDrone.Core.CustomFormats
public override int GetHashCode()
{
return (Id != null ? Id.GetHashCode() : 0);
return Id.GetHashCode();
}
}