mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Episode details summary has access to series now
This commit is contained in:
parent
8e2364966a
commit
b1fa306223
4 changed files with 12 additions and 5 deletions
|
@ -39,6 +39,14 @@ define(
|
|||
}
|
||||
],
|
||||
|
||||
templateHelpers: {},
|
||||
|
||||
initialize: function (options) {
|
||||
if (!this.model.series) {
|
||||
this.templateHelpers.series = options.series.toJSON();
|
||||
}
|
||||
},
|
||||
|
||||
onShow: function () {
|
||||
if (this.model.get('episodeFile')) {
|
||||
this.activity.show(new Backgrid.Grid({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue