From b45bee0237fa6f30aca826d28a98b3edf1a081e2 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 7 Sep 2016 23:46:43 +0200 Subject: [PATCH] Plex: Fixe "YouTube Serien" Bug --- miku/plugins/plex.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miku/plugins/plex.lua b/miku/plugins/plex.lua index d4c916f..ae85837 100644 --- a/miku/plugins/plex.lua +++ b/miku/plugins/plex.lua @@ -144,6 +144,8 @@ function plex:get_plex(query) text = title..' von '..artist..'\nVeröffentlicht: '..date elseif data.librarySectionTitle == 'Serien' then text = title..from..studio..'\nAusstrahlung: '..date..episodes..fsk..duration..rating..desc + elseif data.librarySectionTitle == 'YouTube Serien' then + text = title..from..studio..'\nAusstrahlung: '..date..episodes..fsk..duration..rating..desc end if string.match(title, 'Local Network') then