mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.
This commit is contained in:
@@ -270,6 +270,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
IgnoreVirtualInterfaces = false;
|
||||
EnableSimpleArtistDetection = false;
|
||||
|
||||
PluginRepositories = new List<RepositoryInfo>();
|
||||
|
||||
DisplaySpecialsWithinSeasons = true;
|
||||
EnableExternalContentInSuggestions = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user