mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fixed releasedate sorting for inCinemas/digitalRelease/physicalRelease
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user