Now checking for errors before parsing newznab feeds

This commit is contained in:
Mark McDowall 2013-09-26 21:41:08 -07:00
commit 9fa4cedb71
11 changed files with 107 additions and 16 deletions

View file

@ -36,7 +36,7 @@ define(
App.vent.trigger(App.Commands.CloseModalCommand);
});
promise.always(function () {
promise.fail(function () {
self.ui.activity.empty();
});
}
@ -63,7 +63,7 @@ define(
});
});
promise.always(function () {
promise.fail(function () {
self.ui.activity.empty();
});
}