diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-14 15:54:28 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-14 15:54:28 -0500 |
| commit | 26fec4f990fab24a5aeec7c9ae938ec55856cf54 (patch) | |
| tree | d62861510742aad37737874b872231898faec180 /MediaBrowser.Server.Implementations/Library/UserViewManager.cs | |
| parent | 10cfb3c43c06e39b61929fea1d398801e555274b (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/UserViewManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/UserViewManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/UserViewManager.cs b/MediaBrowser.Server.Implementations/Library/UserViewManager.cs index 9ef5a856e..a8ca1a2e0 100644 --- a/MediaBrowser.Server.Implementations/Library/UserViewManager.cs +++ b/MediaBrowser.Server.Implementations/Library/UserViewManager.cs @@ -87,7 +87,7 @@ namespace MediaBrowser.Server.Implementations.Library } if (foldersWithViewTypes.Any(i => string.Equals(i.CollectionType, CollectionType.Games, StringComparison.OrdinalIgnoreCase)) - || _config.Configuration.EnableLegacyCollections) + || _config.Configuration.EnableLegacyCollectionInView) { list.Add(await GetUserView(CollectionType.Games, string.Empty, cancellationToken).ConfigureAwait(false)); } |
