From ad519e188e9deb82c2c88539aaf1ace5cc27c9f8 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sun, 28 Feb 2016 15:15:16 +0100 Subject: [PATCH] =?UTF-8?q?Unn=C3=B6tiges=20aus=20Plex=20Plugin=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/plex.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/plex.lua b/plugins/plex.lua index e16ac82..a575091 100644 --- a/plugins/plex.lua +++ b/plugins/plex.lua @@ -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)