mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Allow custom search query to update metadata
This commit is contained in:
parent
b24e9a2185
commit
cc287607cd
5 changed files with 72 additions and 33 deletions
|
@ -245,7 +245,7 @@ ${next.headerIncludes()}
|
|||
$.ajax({
|
||||
type: 'post',
|
||||
url: 'search',
|
||||
data: { 'query': $('#query').val() }
|
||||
data: { query: $('#query').val() }
|
||||
})
|
||||
} else {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue