mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Escape double quotes in search query
This commit is contained in:
parent
a9316ebea1
commit
e9017a8342
6 changed files with 12 additions and 13 deletions
|
@ -636,7 +636,7 @@ DOCUMENTATION :: END
|
|||
url: 'get_search_results_children',
|
||||
type: 'GET',
|
||||
async: true,
|
||||
data: {'query': "${query['query_string']}",
|
||||
data: {'query': "${query['query_string'].replace('"','\\"')}",
|
||||
'media_type': "${query['media_type']}",
|
||||
'season_index': "${query['parent_media_index']}"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue