mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 19:02:06 +00:00
Fixed: grabbing a release from manual search
This commit is contained in:
parent
a3d013d908
commit
fdf210d10f
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ namespace NzbDrone.Core.Qualities
|
||||||
{
|
{
|
||||||
public class Revision : IEquatable<Revision>, IComparable<Revision>
|
public class Revision : IEquatable<Revision>, IComparable<Revision>
|
||||||
{
|
{
|
||||||
|
private Revision()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public Revision(Int32 version = 1, Int32 real = 0)
|
public Revision(Int32 version = 1, Int32 real = 0)
|
||||||
{
|
{
|
||||||
Version = version;
|
Version = version;
|
||||||
|
|
Loading…
Reference in a new issue