aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/UserViewManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-14 15:54:28 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-14 15:54:28 -0500
commit26fec4f990fab24a5aeec7c9ae938ec55856cf54 (patch)
treed62861510742aad37737874b872231898faec180 /MediaBrowser.Server.Implementations/Library/UserViewManager.cs
parent10cfb3c43c06e39b61929fea1d398801e555274b (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/UserViewManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/UserViewManager.cs2
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));
}