Weather updates
This commit is contained in:
parent
b6bc22ae63
commit
3c47375229
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Weather
|
||||
{
|
||||
public enum WeatherUnits
|
||||
{
|
||||
Fahrenheit,
|
||||
Celsius
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user