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