mirror of https://github.com/Radarr/Radarr
fixed releasedate sorting for inCinemas/digitalRelease/physicalRelease
This commit is contained in:
parent
7107aeaddc
commit
600c7e3391
|
@ -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}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue