Fixed: grabbing a release from manual search

This commit is contained in:
Mark McDowall 2014-09-22 19:48:28 -07:00
parent a3d013d908
commit fdf210d10f
1 changed files with 4 additions and 0 deletions

View File

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