diff --git a/src/UI/Episode/Summary/EpisodeSummaryLayout.js b/src/UI/Episode/Summary/EpisodeSummaryLayout.js index cca3914fc..ca6665eab 100644 --- a/src/UI/Episode/Summary/EpisodeSummaryLayout.js +++ b/src/UI/Episode/Summary/EpisodeSummaryLayout.js @@ -93,7 +93,7 @@ define( }); } - this.listenTo(this.episodeFileCollection, 'all', this._collectionChanged); + this.listenTo(this.episodeFileCollection, 'add remove', this._collectionChanged); } else {