mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Added link to series from episode details
This commit is contained in:
parent
f028d2338e
commit
263700954e
5 changed files with 17 additions and 9 deletions
|
@ -65,6 +65,10 @@ define(
|
|||
}
|
||||
|
||||
this.episodeCollection = options.episodeCollection.bySeason(this.model.get('seasonNumber'));
|
||||
|
||||
_.each(this.episodeCollection.models, function (episode) {
|
||||
episode.set({ hideSeriesLink: true });
|
||||
});
|
||||
},
|
||||
|
||||
onShow: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue