mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
New: Add Spain to list of Certifications
This commit is contained in:
parent
2fbd829b93
commit
c6294b71ae
@ -17,6 +17,7 @@ export const certificationCountryOptions = [
|
||||
{ key: 'de', value: 'Germany' },
|
||||
{ key: 'gb', value: 'Great Britain' },
|
||||
{ key: 'it', value: 'Italy' },
|
||||
{ key: 'es', value: 'Spain' },
|
||||
{ key: 'us', value: 'United States' }
|
||||
];
|
||||
|
||||
|
@ -9,6 +9,7 @@ public enum TMDbCountryCode
|
||||
DE, //Germany
|
||||
GB, //Great Britain
|
||||
IT, //Italy
|
||||
ES, //Spain
|
||||
US //United States
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user