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