mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
improve name matching
This commit is contained in:
@@ -108,7 +108,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
return items
|
||||
.SelectMany(i => i.Genres)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.DistinctNames()
|
||||
.Select(name =>
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user