mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
improve name matching
This commit is contained in:
@@ -127,7 +127,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
return allPeople
|
||||
.Select(i => i.Name)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.DistinctNames()
|
||||
|
||||
.Select(name =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user