mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Episode details summary has access to series now
This commit is contained in:

committed by
Mark McDowall

parent
8e2364966a
commit
b1fa306223
@@ -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({
|
||||
|
Reference in New Issue
Block a user