mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix default quality revision version to 1 not 0
This commit is contained in:
@@ -7,6 +7,7 @@ namespace NzbDrone.Core.Qualities
|
||||
{
|
||||
public Revision()
|
||||
{
|
||||
Version = 1;
|
||||
}
|
||||
|
||||
public Revision(int version = 1, int real = 0, bool isRepack = false)
|
||||
|
||||
Reference in New Issue
Block a user