add series cleanup

This commit is contained in:
kay.one 2013-09-17 22:24:27 -07:00
parent 07b68b17ee
commit 927dbba945
2 changed files with 42 additions and 41 deletions

View file

@ -8,11 +8,6 @@ define(
url : window.NzbDrone.ApiRoot + '/series/lookup',
model: SeriesModel,
initialize: function (options) {
this.unmappedFolderModel = options.unmappedFolderModel;
},
parse: function (response) {
var self = this;