& durch + bei Plex ersetzt

This commit is contained in:
Akamaru 2016-03-03 22:02:31 +01:00
parent 2619e0c243
commit f7377723a8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ local data = json:decode(table.concat(response_body))._children[1]
end
local function run(msg, matches)
local query = URL.escape(matches[1])
local query = string.gsub(URL.escape(matches[1]), '&', '+')
local text, pic = get_plex(query)
local receiver = get_receiver(msg)
local file = download_to_file(pic)