mirror of
https://github.com/Radarr/Radarr
synced 2025-01-04 06:23:32 +00:00
Hotfix for when ignored movies would appear again after clicking on show more.
This commit is contained in:
parent
fccd02a0ca
commit
e94591a290
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ var view = Marionette.ItemView.extend({
|
||||||
var exclusion = new ImportExclusionModel({tmdbId : this.model.get("tmdbId"),
|
var exclusion = new ImportExclusionModel({tmdbId : this.model.get("tmdbId"),
|
||||||
movieTitle : this.model.get("title"), movieYear : this.model.get("year")});
|
movieTitle : this.model.get("title"), movieYear : this.model.get("year")});
|
||||||
exclusion.save();
|
exclusion.save();
|
||||||
|
this.model.destroy();
|
||||||
this.remove();
|
this.remove();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue