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:
@@ -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}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user