mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-30 17:48:52 +01:00
Hotfix for when ignored movies would appear again after clicking on show more.
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user