mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: All compiler warnings
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.CustomFormats
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return (Id != null ? Id.GetHashCode() : 0);
|
||||
return Id.GetHashCode();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user