mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 05:34:18 +02:00
9 lines
131 B
C#
9 lines
131 B
C#
|
|
namespace MediaBrowser.Model.Weather
|
|
{
|
|
public enum WeatherUnits
|
|
{
|
|
Fahrenheit,
|
|
Celsius
|
|
}
|
|
}
|