Update text

This commit is contained in:
Izuco 2022-02-01 21:01:54 +01:00
parent 14de1b243a
commit fde33eec76
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -45,7 +45,7 @@ const EpisodeListing: React.FC = () => {
<AccordionDetails>
{items.map((item, index) => {
return <Typography key={`Season_Item_${index}`} sx={{ paddingBottom: 1 }}>
{`[${item.e}] [S${item.season}E${item.episode}] ${item.name} ( ${item.lang.join(', ')} ) `}
{`[${item.e}] - ${item.name} ( ${item.lang.join(', ')} ) `}
</Typography>
})}
</AccordionDetails>