mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03: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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user