Figuya: Fix für Thumbnail
Plex: Hotfix
This commit is contained in:
parent
71b28e4ff0
commit
8a84a228ce
@ -17,7 +17,7 @@ function figuya:get_figuya(figu)
|
|||||||
else
|
else
|
||||||
desc = unescape(data.description)..'.'
|
desc = unescape(data.description)..'.'
|
||||||
end
|
end
|
||||||
local pic = data.thumbnail_url
|
local pic = 'https://anditest.perseus.uberspace.de/img.php?url='..data.thumbnail_url
|
||||||
local text = '<b>'..title..'</b>\n<i>'..desc..'</i>'..'<a href="'..pic..'"> </a>'
|
local text = '<b>'..title..'</b>\n<i>'..desc..'</i>'..'<a href="'..pic..'"> </a>'
|
||||||
|
|
||||||
return text
|
return text
|
||||||
|
@ -135,7 +135,7 @@ function plex:get_plex(query)
|
|||||||
rating = ''
|
rating = ''
|
||||||
end
|
end
|
||||||
|
|
||||||
if data.Genre[1] then
|
if data.Genre then
|
||||||
genre = '\n<b>Genre:</b> '..data.Genre[1].tag
|
genre = '\n<b>Genre:</b> '..data.Genre[1].tag
|
||||||
else
|
else
|
||||||
genre = ''
|
genre = ''
|
||||||
|
Reference in New Issue
Block a user