aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Weather/WeatherUnits.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Weather/WeatherUnits.cs')
-rw-r--r--MediaBrowser.Model/Weather/WeatherUnits.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Weather/WeatherUnits.cs b/MediaBrowser.Model/Weather/WeatherUnits.cs
new file mode 100644
index 000000000..3bea67b9a
--- /dev/null
+++ b/MediaBrowser.Model/Weather/WeatherUnits.cs
@@ -0,0 +1,9 @@
+
+namespace MediaBrowser.Model.Weather
+{
+ public enum WeatherUnits
+ {
+ Fahrenheit,
+ Celsius
+ }
+}