update translations

This commit is contained in:
Luke Pulverenti
2017-10-17 15:49:39 -04:00
parent b263726a3f
commit 98cd888801
35 changed files with 134 additions and 95 deletions

View File

@@ -96,7 +96,7 @@ namespace Emby.Server.Implementations.Library
if (parents.Count > 0)
{
var localizationKey = string.Equals(viewType, CollectionType.TvShows, StringComparison.OrdinalIgnoreCase) ?
"Shows" :
"TvShows" :
"Movies";
list.Add(GetUserView(parents, viewType, localizationKey, string.Empty, user, query.PresetViews, cancellationToken));