mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -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
|
@ -848,7 +848,7 @@ class DataFactory(object):
|
|||
media_type = 'artist'
|
||||
|
||||
if query_string and media_type:
|
||||
query = {'query_string': query_string.replace('"', ''),
|
||||
query = {'query_string': query_string,
|
||||
'title': title,
|
||||
'parent_title': parent_title,
|
||||
'grandparent_title': grandparent_title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue