mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
Added a weather api
This commit is contained in:
parent
bcd1a1ca7a
commit
a7b0dd1534
@@ -5,5 +5,6 @@ namespace MediaBrowser.Controller.Configuration
|
||||
public class ServerConfiguration : BaseApplicationConfiguration
|
||||
{
|
||||
public bool EnableInternetProviders { get; set; }
|
||||
public string WeatherZipCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user