mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Added seasons to top of series details (toggling and jump to)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user