1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

fixed releasedate sorting for inCinemas/digitalRelease/physicalRelease

This commit is contained in:
Robin Dadswell 2021-01-11 13:32:33 +00:00 committed by Qstick
parent 7107aeaddc
commit 600c7e3391

View File

@ -288,10 +288,12 @@ class MovieIndexPoster extends Component {
<MovieIndexPosterInfo
qualityProfile={qualityProfile}
showQualityProfile={showQualityProfile}
showReleaseDate={showReleaseDate}
showRelativeDates={showRelativeDates}
shortDateFormat={shortDateFormat}
timeFormat={timeFormat}
inCinemas={inCinemas}
physicalRelease={physicalRelease}
digitalRelease={digitalRelease}
{...otherProps}
/>