mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
update translations
This commit is contained in:
@@ -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