mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
update collection grouping setting
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user