fix possible null reference with search hints

pull/702/head
Luke Pulverenti 11 years ago
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…
Cancel
Save