mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
rework upnp discovery
This commit is contained in:
@@ -183,8 +183,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public int RemoteClientBitrateLimit { get; set; }
|
||||
|
||||
public AutoOnOff EnableLibraryMonitor { get; set; }
|
||||
|
||||
public int SharingExpirationDays { get; set; }
|
||||
|
||||
public string[] Migrations { get; set; }
|
||||
@@ -244,7 +242,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
// 5 minutes
|
||||
MinResumeDurationSeconds = 300;
|
||||
|
||||
EnableLibraryMonitor = AutoOnOff.Auto;
|
||||
LibraryMonitorDelay = 60;
|
||||
|
||||
EnableInternetProviders = true;
|
||||
|
||||
Reference in New Issue
Block a user