mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 23:38:45 +01:00
improve name matching
This commit is contained in:
@@ -109,7 +109,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
return itemsList
|
||||
.SelectMany(i => i.Studios)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.DistinctNames()
|
||||
.Select(name => LibraryManager.GetStudio(name));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user