From 306533eae257b6b3487499daf915efe82949d4fc Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 21 Jul 2017 21:47:13 +0200 Subject: [PATCH] Plex: Kleine Fixes --- miku/plugins/plex.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miku/plugins/plex.lua b/miku/plugins/plex.lua index e331a28..c7b13d1 100644 --- a/miku/plugins/plex.lua +++ b/miku/plugins/plex.lua @@ -22,7 +22,7 @@ local makeOurDate = function(dateString) end end -local DESC_LENTH = 400 +local DESC_LENTH = 404 local plex_token = cred_data.plex_token local plex_addr = cred_data.plex_addr @@ -173,6 +173,7 @@ function plex:get_plex(query) text = title..from..studio..date1..episodes..fsk..duration..rating..desc elseif data.librarySectionTitle == 'YouTube Serien' then text = title..from..studio..date1..episodes..fsk..duration..rating..desc + else return 'NOTOK' end return text, pic, data.title