update collection grouping setting

This commit is contained in:
Luke Pulverenti
2016-06-05 15:44:55 -04:00
parent aa5262de21
commit 2e040f9c0c
7 changed files with 67 additions and 17 deletions

View File

@@ -60,7 +60,6 @@ namespace MediaBrowser.Server.Implementations.Connect
{
return new ConnectUserPreferences
{
GroupMoviesIntoBoxSets = config.GroupMoviesIntoBoxSets,
PlayDefaultAudioTrack = config.PlayDefaultAudioTrack,
SubtitleMode = config.SubtitleMode,
PreferredAudioLanguages = string.IsNullOrWhiteSpace(config.AudioLanguagePreference) ? new string[] { } : new[] { config.AudioLanguagePreference },