Added seasons to top of series details (toggling and jump to)

This commit is contained in:
Mark McDowall 2013-07-31 23:32:36 -07:00
commit 125deb3931
9 changed files with 176 additions and 5 deletions

View file

@ -78,6 +78,10 @@ define(
episode.set({ hideSeriesLink: true, series: options.series });
});
this.model.on('sync', function () {
this._afterSeasonMonitored();
}, this);
this.episodeCollection.on('sync', function () {
this.render();
}, this);