Radarr/src/NzbDrone.Core/MetadataSource/SkyHook/Resource/TMDbCountryCode.cs

17 lines
344 B
C#
Raw Normal View History

2020-04-03 00:57:36 +00:00
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
{
public enum TMDbCountryCode
{
2022-11-20 18:27:45 +00:00
AU, // Australia
BR, // Brazil
CA, // Canada
FR, // France
DE, // Germany
GB, // Great Britain
IT, // Italy
ES, // Spain
US, // United States
NZ // New Zealand
2020-04-03 00:57:36 +00:00
}
}