1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Added link to series from episode details

This commit is contained in:
Mark McDowall
2013-06-28 15:12:57 -07:00
parent f028d2338e
commit 263700954e
5 changed files with 17 additions and 9 deletions
+4
View File
@@ -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 () {