jellyfin/MediaBrowser.Model/Weather/WeatherUnits.cs

10 lines
131 B
C#
Raw Normal View History

2012-09-02 17:34:12 +00:00

namespace MediaBrowser.Model.Weather
{
public enum WeatherUnits
{
Fahrenheit,
Celsius
}
}