update static web

This commit is contained in:
nikk gitanes
2021-08-26 00:50:37 +03:00
parent 5766418366
commit 361eff3930
18 changed files with 2888 additions and 2825 deletions

View File

@@ -28,13 +28,13 @@ const TorrentFunctions = memo(
<>
<SmallLabel>{t('DownloadPlaylist')}</SmallLabel>
<SectionSubName mb={10}>
<strong>{t('LatestFilePlayed')}</strong> {latestViewedFileData?.title}.
{t('LatestFilePlayed')} <strong>{latestViewedFileData?.title}.
{latestViewedFileData?.season && (
<>
{' '}
{t('Season')}: {latestViewedFileData?.season}. {t('Episode')}: {latestViewedFileData?.episode}.
</>
)}
)}</strong>
</SectionSubName>
<MainSectionButtonGroup>