Files
jellyfin-jellyfin-1/MediaBrowser.Model/Weather/WeatherUnits.cs

10 lines
131 B
C#
Raw Normal View History

2012-09-02 13:34:12 -04:00

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