mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-06 21:14:06 +01:00
9 lines
131 B
C#
9 lines
131 B
C#
|
|
namespace MediaBrowser.Model.Weather
|
|
{
|
|
public enum WeatherUnits
|
|
{
|
|
Fahrenheit,
|
|
Celsius
|
|
}
|
|
}
|