mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-07 23:33:10 -05:00
10 lines
244 B
C#
10 lines
244 B
C#
using MediaBrowser.Common.Configuration;
|
|
|
|
namespace MediaBrowser.Controller.Configuration
|
|
{
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
|
{
|
|
public bool EnableInternetProviders { get; set; }
|
|
}
|
|
}
|