mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
fix possible null reference with search hints
This commit is contained in:
parent
9c56495867
commit
96fd6459b2
@ -87,6 +87,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
return list;
|
||||
})
|
||||
.Where(i => !string.IsNullOrEmpty(i))
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.ToList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user