mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
17 lines
344 B
C#
17 lines
344 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public enum TMDbCountryCode
|
|
{
|
|
AU, // Australia
|
|
BR, // Brazil
|
|
CA, // Canada
|
|
FR, // France
|
|
DE, // Germany
|
|
GB, // Great Britain
|
|
IT, // Italy
|
|
ES, // Spain
|
|
US, // United States
|
|
NZ // New Zealand
|
|
}
|
|
}
|