Missing doesn't double fetch

This commit is contained in:
Mark McDowall
2013-05-02 17:25:51 -07:00
parent 9823560ec0
commit 6a3d886588
7 changed files with 12 additions and 18 deletions

View File

@@ -77,7 +77,6 @@ define([
initialize: function () {
this.missingCollection = new NzbDrone.Missing.Collection();
this.missingCollection.fetch();
},
onShow: function () {