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

New: Allow Manual Search when Movie not monitored

Fixes #3235
This commit is contained in:
Qstick
2021-02-04 21:19:49 -05:00
parent 012fe53acc
commit 9b85f328a6
2 changed files with 3 additions and 4 deletions

View File

@@ -318,7 +318,6 @@ class MovieDetails extends Component {
<PageToolbarButton
label={translate('SearchMovie')}
iconName={icons.SEARCH}
isDisabled={!monitored}
isSpinning={isSearching}
title={undefined}
onPress={onSearchPress}