1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-01 04:45:35 +00:00

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

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