Fixed: Single Item Exclude Broken on Discovery View

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

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

Loading…
Cancel
Save