plex.lua: 1 Episoden -> 1 Episode

This commit is contained in:
Akamaru 2016-08-20 11:34:32 +02:00
parent 15b75fbc70
commit d372d26c15

View File

@ -58,7 +58,7 @@ function plex:get_plex(query)
end
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
from = ''
end
@ -84,7 +84,7 @@ function plex:get_plex(query)
end
if data.leafCount then
episodes = ' ('..data.leafCount..' Episoden) '
episodes = string.gsub(' ('..data.leafCount..' Episoden) ', '1 Episoden', '1 Episode')
else
episodes = ''
end