Plex: Kleine Fixes
This commit is contained in:
parent
274541c6cd
commit
306533eae2
@ -22,7 +22,7 @@ local makeOurDate = function(dateString)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local DESC_LENTH = 400
|
local DESC_LENTH = 404
|
||||||
local plex_token = cred_data.plex_token
|
local plex_token = cred_data.plex_token
|
||||||
local plex_addr = cred_data.plex_addr
|
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
|
text = title..from..studio..date1..episodes..fsk..duration..rating..desc
|
||||||
elseif data.librarySectionTitle == 'YouTube Serien' then
|
elseif data.librarySectionTitle == 'YouTube Serien' then
|
||||||
text = title..from..studio..date1..episodes..fsk..duration..rating..desc
|
text = title..from..studio..date1..episodes..fsk..duration..rating..desc
|
||||||
|
else return 'NOTOK'
|
||||||
end
|
end
|
||||||
|
|
||||||
return text, pic, data.title
|
return text, pic, data.title
|
||||||
|
Reference in New Issue
Block a user