Fix for adding and importing shows

This commit is contained in:
echel0n 2014-04-27 14:06:02 -07:00
parent 320f4603ab
commit 94f688a1bc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $(document).ready(function () {
searchRequestXhr = $.ajax({
url: sbRoot + '/home/addShows/searchIndexersForShowName',
data: {'name': $('#nameToSearch').val(), 'lang': $('#indexerLangSelect').val(), 'indexer': $('#providedIndexer').val()},
data: {'search_term': $('#nameToSearch').val(), 'lang': $('#indexerLangSelect').val(), 'indexer': $('#providedIndexer').val()},
timeout: 10000,
dataType: 'json',
error: function () {