1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

added sort by calculated release date

This commit is contained in:
Robin Dadswell
2021-01-11 13:51:33 +00:00
committed by Qstick
parent 600c7e3391
commit c28b62da2a
3 changed files with 36 additions and 3 deletions
@@ -288,12 +288,14 @@ class MovieIndexPoster extends Component {
<MovieIndexPosterInfo
qualityProfile={qualityProfile}
showQualityProfile={showQualityProfile}
showReleaseDate={showReleaseDate}
showRelativeDates={showRelativeDates}
shortDateFormat={shortDateFormat}
timeFormat={timeFormat}
inCinemas={inCinemas}
physicalRelease={physicalRelease}
digitalRelease={digitalRelease}
releaseDate={releaseDate}
{...otherProps}
/>