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