mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Hotfix for when ignored movies would appear again after clicking on show more.
This commit is contained in:
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…
Reference in New Issue
Block a user