From 26b2aa640979573e3b194425f147709dd99144bb Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 15 Sep 2016 15:36:10 +0200 Subject: [PATCH] ... --- miku/plugins/plex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miku/plugins/plex.lua b/miku/plugins/plex.lua index f654300..0380264 100644 --- a/miku/plugins/plex.lua +++ b/miku/plugins/plex.lua @@ -58,7 +58,7 @@ function plex:get_plex(query) end if data.parentTitle then - artist = 'von '..data.parentTitle..'' + artist = ' von '..data.parentTitle..'' else artist = '' end