Fixed: Single Item Exclude Broken on Discovery View

pull/2/head
Qstick 4 years ago
parent b25e42c456
commit b2b0efe4ed

@ -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);
}

Loading…
Cancel
Save