plex.lua: 1 Episoden -> 1 Episode
This commit is contained in:
parent
15b75fbc70
commit
d372d26c15
@ -58,7 +58,7 @@ function plex:get_plex(query)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if data.grandparentTitle then
|
if data.grandparentTitle then
|
||||||
from = ' (aus '..data.grandparentTitle..' ['..string.gsub(season..episode, 'S0E', 'SP')..']'..') '
|
from = ' (aus <i>'..data.grandparentTitle..'</i> ['..string.gsub(season..episode, 'S0E', 'SP')..']'..') '
|
||||||
else
|
else
|
||||||
from = ''
|
from = ''
|
||||||
end
|
end
|
||||||
@ -84,7 +84,7 @@ function plex:get_plex(query)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if data.leafCount then
|
if data.leafCount then
|
||||||
episodes = ' ('..data.leafCount..' Episoden) '
|
episodes = string.gsub(' ('..data.leafCount..' Episoden) ', '1 Episoden', '1 Episode')
|
||||||
else
|
else
|
||||||
episodes = ''
|
episodes = ''
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user