update translations

This commit is contained in:
Luke Pulverenti
2015-02-14 15:54:28 -05:00
parent 10cfb3c43c
commit 26fec4f990
41 changed files with 7325 additions and 7325 deletions

View File

@@ -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));
}