improve name matching
This commit is contained in:
@@ -105,7 +105,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
return itemsList
|
||||
.SelectMany(i => i.Genres)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.DistinctNames()
|
||||
.Select(name => LibraryManager.GetGameGenre(name));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user