mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 07:13:47 -07:00
more relative path fix
This commit is contained in:
parent
1e73138f6d
commit
9950d9385d
5 changed files with 4 additions and 9 deletions
|
@ -119,7 +119,7 @@ namespace NzbDrone.Web.Controllers
|
|||
public SelectList GetSuggestionList(string searchString)
|
||||
{
|
||||
var dataVal = _tvDbProvider.SearchSeries(searchString);
|
||||
var bestResult = _tvDbProvider.GetBestMatch(dataVal.ToList(), searchString);
|
||||
//var bestResult = _tvDbProvider.GetBestMatch(dataVal.ToList(), searchString);
|
||||
|
||||
return new SelectList(dataVal, "Id", "SeriesName", dataVal[0].Id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue