mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-21 16:14:39 +00:00
Now checking for errors before parsing newznab feeds
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user