Hotfix for when ignored movies would appear again after clicking on show more.

pull/2/head
Leonardo Galli 7 years ago
parent fccd02a0ca
commit e94591a290

@ -245,6 +245,7 @@ var view = Marionette.ItemView.extend({
var exclusion = new ImportExclusionModel({tmdbId : this.model.get("tmdbId"),
movieTitle : this.model.get("title"), movieYear : this.model.get("year")});
exclusion.save();
this.model.destroy();
this.remove();
},

Loading…
Cancel
Save