This commit is contained in:
Tyler Vigario 2024-04-14 19:00:20 -07:00
parent b15ac075f9
commit 42c2c53021

View file

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Datastore.Migration
public enum ReleaseStatus12 public enum ReleaseStatus12
{ {
Official = 0, Official = 0,
Promotion = 1, Promotional = 1,
Bootleg = 2, Bootleg = 2,
Pseudo = 3 Pseudo = 3
} }