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
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user