mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -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({
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<div class="episode-info">
|
||||
{{debug}}
|
||||
{{#with series}}
|
||||
{{qualityProfile qualityProfileId}}
|
||||
<span class="label label-info">{{network}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue