diff --git a/gui/react/src/components/MainFrame/Bottom/Listing/EpisodeListing.tsx b/gui/react/src/components/MainFrame/Bottom/Listing/EpisodeListing.tsx index 3690f5d..cf3be1d 100644 --- a/gui/react/src/components/MainFrame/Bottom/Listing/EpisodeListing.tsx +++ b/gui/react/src/components/MainFrame/Bottom/Listing/EpisodeListing.tsx @@ -45,7 +45,7 @@ const EpisodeListing: React.FC = () => { {items.map((item, index) => { return - {`[${item.e}] [S${item.season}E${item.episode}] ${item.name} ( ${item.lang.join(', ')} ) `} + {`[${item.e}] - ${item.name} ( ${item.lang.join(', ')} ) `} })}