mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-26 00:16:02 +01:00
Fixed: grabbing a release from manual search
This commit is contained in:
@@ -5,6 +5,10 @@ namespace NzbDrone.Core.Qualities
|
||||
{
|
||||
public class Revision : IEquatable<Revision>, IComparable<Revision>
|
||||
{
|
||||
private Revision()
|
||||
{
|
||||
}
|
||||
|
||||
public Revision(Int32 version = 1, Int32 real = 0)
|
||||
{
|
||||
Version = version;
|
||||
|
||||
Reference in New Issue
Block a user