mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added quality profile label
This commit is contained in:
parent
35af6ecdb6
commit
c4badd72bd
12 changed files with 22 additions and 40 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
define([
|
||||
'app',
|
||||
'Quality/QualityProfileCollection',
|
||||
'Series/SeriesCollection',
|
||||
'Series/Edit/EditSeriesView',
|
||||
'Series/Delete/DeleteSeriesView'
|
||||
|
@ -26,9 +25,6 @@ define([
|
|||
'mouseleave .x-series-poster': 'posterHoverAction'
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
this.qualityProfileCollection = options.qualityProfiles;
|
||||
},
|
||||
|
||||
editSeries: function () {
|
||||
var view = new NzbDrone.Series.Edit.EditSeriesView({ model: this.model});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue