mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01: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