This commit is contained in:
Tyler Vigario 2024-04-14 19:00:20 -07:00
parent b15ac075f9
commit 42c2c53021
1 changed files with 1 additions and 1 deletions

View File

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