diff --git a/frontend/src/Series/Index/Posters/SeriesIndexPoster.tsx b/frontend/src/Series/Index/Posters/SeriesIndexPoster.tsx index 351cab89b..162656766 100644 --- a/frontend/src/Series/Index/Posters/SeriesIndexPoster.tsx +++ b/frontend/src/Series/Index/Posters/SeriesIndexPoster.tsx @@ -14,7 +14,9 @@ import { Statistics } from 'Series/Series'; import SeriesPoster from 'Series/SeriesPoster'; import { executeCommand } from 'Store/Actions/commandActions'; import createUISettingsSelector from 'Store/Selectors/createUISettingsSelector'; +import formatDateTime from 'Utilities/Date/formatDateTime'; import getRelativeDate from 'Utilities/Date/getRelativeDate'; +import translate from 'Utilities/String/translate'; import createSeriesIndexItemSelector from '../createSeriesIndexItemSelector'; import selectPosterOptions from './selectPosterOptions'; import SeriesIndexPosterInfo from './SeriesIndexPosterInfo'; @@ -42,9 +44,8 @@ function SeriesIndexPoster(props: SeriesIndexPosterProps) { showSearchAction, } = useSelector(selectPosterOptions); - const { showRelativeDates, shortDateFormat, timeFormat } = useSelector( - createUISettingsSelector() - ); + const { showRelativeDates, shortDateFormat, longDateFormat, timeFormat } = + useSelector(createUISettingsSelector()); const { title, @@ -52,7 +53,11 @@ function SeriesIndexPoster(props: SeriesIndexPosterProps) { status, path, titleSlug, + originalLanguage, + network, nextAiring, + previousAiring, + added, statistics = {} as Statistics, images, } = series; @@ -122,14 +127,14 @@ function SeriesIndexPoster(props: SeriesIndexPosterProps) { return (