Fixed: grabbing a release from manual search

pull/4/head
Mark McDowall 10 years ago
parent a3d013d908
commit fdf210d10f

@ -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;

Loading…
Cancel
Save