1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Add Spain to list of Certifications

This commit is contained in:
Daniel Martin Gonzalez
2020-11-18 16:17:03 +01:00
committed by Qstick
parent 2fbd829b93
commit c6294b71ae
2 changed files with 2 additions and 0 deletions
@@ -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' }
];