@ -78,11 +78,11 @@ define(
episode.set({ hideSeriesLink: true, series: options.series });
});
this.model.on('sync', function () {
this.listenTo(this.model, 'sync', function () {
this._afterSeasonMonitored();
}, this);
this.episodeCollection.on('sync', function () {
this.listenTo(this.episodeCollection, 'sync', function () {
this.render();
},
@ -34,7 +34,7 @@ define(
allFilesDownloaded: allDownloaded