mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Weather updates
This commit is contained in:
parent
b6bc22ae63
commit
3c47375229
9
MediaBrowser.Model/Weather/WeatherUnits.cs
Normal file
9
MediaBrowser.Model/Weather/WeatherUnits.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Weather
|
||||
{
|
||||
public enum WeatherUnits
|
||||
{
|
||||
Fahrenheit,
|
||||
Celsius
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user