added quality profile label

This commit is contained in:
kay.one 2013-06-08 15:23:17 -07:00
commit c4badd72bd
12 changed files with 22 additions and 40 deletions

View file

@ -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});