mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 12:46:20 +00:00
Deprecate LibraryOptions.EnableInternetProviders
This commit is contained in:
@@ -21,7 +21,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
SaveSubtitlesWithMedia = true;
|
||||
EnableRealtimeMonitor = true;
|
||||
PathInfos = Array.Empty<MediaPathInfo>();
|
||||
EnableInternetProviders = true;
|
||||
EnableAutomaticSeriesGrouping = true;
|
||||
SeasonZeroDisplayName = "Specials";
|
||||
}
|
||||
@@ -38,6 +37,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool SaveLocalMetadata { get; set; }
|
||||
|
||||
[Obsolete("Disable remote providers in TypeOptions instead")]
|
||||
public bool EnableInternetProviders { get; set; }
|
||||
|
||||
public bool EnableAutomaticSeriesGrouping { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user