_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.

This commit is contained in:
BaronGreenback 2020-06-27 15:41:57 +01:00
parent 57caa9fdba
commit 2f4860741c
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ namespace MediaBrowser.Model.Configuration
IgnoreVirtualInterfaces = false;
EnableSimpleArtistDetection = false;
PluginRepositories = new List<RepositoryInfo>();
DisplaySpecialsWithinSeasons = true;
EnableExternalContentInSuggestions = true;