mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 03:00:35 +02:00
Fix default quality revision version to 1 not 0
This commit is contained in:
parent
dfccb8b6dd
commit
190c4059cc
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ public class Revision : IEquatable<Revision>, IComparable<Revision>
|
|||
{
|
||||
public Revision()
|
||||
{
|
||||
Version = 1;
|
||||
}
|
||||
|
||||
public Revision(int version = 1, int real = 0, bool isRepack = false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue