mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Single Item Exclude Broken on Discovery View
This commit is contained in:
@@ -14,11 +14,7 @@ class ExcludeMovieModalContentConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onExcludePress = () => {
|
||||
this.props.addNetImportExclusions([{
|
||||
tmdbId: this.props.tmdbId,
|
||||
movieTitle: this.props.title,
|
||||
movieYear: this.props.year
|
||||
}]);
|
||||
this.props.addNetImportExclusions({ ids: [this.props.tmdbId] });
|
||||
|
||||
this.props.onModalClose(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user