mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 15:32:31 +01:00
Fixed: grabbing a release from manual search
This commit is contained in:
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…
Reference in New Issue
Block a user