Merge pull request #2436 from dkanada/music

Add config options for MusicBrainz
This commit is contained in:
Vasily
2020-03-02 12:54:17 +03:00
committed by GitHub
13 changed files with 302 additions and 128 deletions

View File

@@ -238,7 +238,7 @@ namespace MediaBrowser.Model.Configuration
CodecsUsed = Array.Empty<string>();
PathSubstitutions = Array.Empty<PathSubstitution>();
IgnoreVirtualInterfaces = false;
EnableSimpleArtistDetection = true;
EnableSimpleArtistDetection = false;
DisplaySpecialsWithinSeasons = true;
EnableExternalContentInSuggestions = true;