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

removed unnecessary lines

This commit is contained in:
Robin Dadswell 2021-01-12 20:53:37 +00:00 committed by Qstick
parent fe23c985a2
commit a2182e2fca

View File

@ -74,15 +74,6 @@ function MovieIndexSortMenu(props) {
{translate('Year')}
</SortMenuItem>
<SortMenuItem
name="releaseDate"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
{translate('ReleaseDate')}
</SortMenuItem>
<SortMenuItem
name="inCinemas"
sortKey={sortKey}