mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 05:34:16 -04:00
Merge pull request #3465 from BaronGreenback/BugFix2
10.6.0.0 Null Pointer fix
This commit is contained in:
commit
89ef8d79d6
@ -269,6 +269,8 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
EnableSimpleArtistDetection = false;
|
EnableSimpleArtistDetection = false;
|
||||||
SkipDeserializationForBasicTypes = true;
|
SkipDeserializationForBasicTypes = true;
|
||||||
|
|
||||||
|
PluginRepositories = new List<RepositoryInfo>();
|
||||||
|
|
||||||
DisplaySpecialsWithinSeasons = true;
|
DisplaySpecialsWithinSeasons = true;
|
||||||
EnableExternalContentInSuggestions = true;
|
EnableExternalContentInSuggestions = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user