update user config

This commit is contained in:
Luke Pulverenti 2016-05-22 23:55:00 -04:00
parent a9b1a57a58
commit 1c28dcc78b
2 changed files with 0 additions and 7 deletions

View File

@ -34,7 +34,6 @@ namespace MediaBrowser.Model.Configuration
public SubtitlePlaybackMode SubtitleMode { get; set; }
public bool DisplayCollectionsView { get; set; }
public bool DisplayFoldersView { get; set; }
public bool EnableLocalPassword { get; set; }

View File

@ -105,12 +105,6 @@ namespace MediaBrowser.Server.Implementations.Library
}
}
if (user.Configuration.DisplayFoldersView)
{
var name = _localizationManager.GetLocalizedString("ViewType" + CollectionType.Folders);
list.Add(await _libraryManager.GetNamedView(name, CollectionType.Folders, string.Empty, cancellationToken).ConfigureAwait(false));
}
if (query.IncludeExternalContent)
{
var channelResult = await _channelManager.GetChannelsInternal(new ChannelQuery