|
|
@ -14,11 +14,7 @@ class ExcludeMovieModalContentConnector extends Component {
|
|
|
|
// Listeners
|
|
|
|
// Listeners
|
|
|
|
|
|
|
|
|
|
|
|
onExcludePress = () => {
|
|
|
|
onExcludePress = () => {
|
|
|
|
this.props.addNetImportExclusions([{
|
|
|
|
this.props.addNetImportExclusions({ ids: [this.props.tmdbId] });
|
|
|
|
tmdbId: this.props.tmdbId,
|
|
|
|
|
|
|
|
movieTitle: this.props.title,
|
|
|
|
|
|
|
|
movieYear: this.props.year
|
|
|
|
|
|
|
|
}]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.props.onModalClose(true);
|
|
|
|
this.props.onModalClose(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|