mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03: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