Fixed event binding for episode file collection on episode modal

This commit is contained in:
Mark McDowall 2013-12-03 07:30:13 -08:00
parent d4a9bd25bd
commit 149f94b006
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ define(
});
}
this.listenTo(this.episodeFileCollection, 'all', this._collectionChanged);
this.listenTo(this.episodeFileCollection, 'add remove', this._collectionChanged);
}
else {