update translations

This commit is contained in:
Luke Pulverenti
2015-02-05 16:14:08 -05:00
parent 7d415fc2fd
commit bde06629da
47 changed files with 2434 additions and 175 deletions

View File

@@ -417,7 +417,7 @@ namespace MediaBrowser.Controller.Entities
ParentId = (parent == null ? null : parent.Id.ToString("N")),
GroupItems = true
}).Select(i => i.Item1);
}).Select(i => i.Item1 ?? i.Item2.FirstOrDefault()).Where(i => i != null);
query.SortBy = new string[] { };