aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Weather/WeatherUnits.cs
blob: 3bea67b9a4466aff368478e86e10d6d67fbd0bbd (plain)
1
2
3
4
5
6
7
8
9
namespace MediaBrowser.Model.Weather
{
    public enum WeatherUnits
    {
        Fahrenheit,
        Celsius
    }
}