mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
update translations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
|
||||
foreach (var user in users)
|
||||
{
|
||||
if (StringHelper.Equals(id, user.Id))
|
||||
if (StringHelper.EqualsIgnoreCase(id, user.Id))
|
||||
{
|
||||
return index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user