mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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;
|
return list;
|
||||||
})
|
})
|
||||||
|
.Where(i => !string.IsNullOrEmpty(i))
|
||||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user