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

This commit is contained in:
Leonardo Galli 2017-05-09 21:28:22 +02:00
parent fccd02a0ca
commit e94591a290
1 changed files with 1 additions and 0 deletions

View File

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