Unnötiges aus Plex Plugin entfernt

This commit is contained in:
Akamaru 2016-02-28 15:15:16 +01:00
parent 051f885d86
commit ad519e188e
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ end
local function run(msg, matches)
local query = URL.escape(matches[1])
local query = string.gsub(query, " ", '+' )
local text, pic = get_plex(query)
local receiver = get_receiver(msg)
local file = download_to_file(pic)