1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00:00
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 @@ public class ProfileItem12
public enum ReleaseStatus12
{
Official = 0,
Promotion = 1,
Promotional = 1,
Bootleg = 2,
Pseudo = 3
}