mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for adding and importing shows
This commit is contained in:
parent
320f4603ab
commit
94f688a1bc
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue