update translations

This commit is contained in:
Luke Pulverenti
2015-02-06 10:01:17 -05:00
parent b6d59c7688
commit 7320567b9e
65 changed files with 22462 additions and 22400 deletions

View File

@@ -89,7 +89,7 @@ namespace MediaBrowser.Model.ApiClient
foreach (var server in servers)
{
if (StringHelper.Equals(id, server.Id))
if (StringHelper.EqualsIgnoreCase(id, server.Id))
{
return index;
}