mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Now checking for errors before parsing newznab feeds
This commit is contained in:
parent
ca429cf5de
commit
9fa4cedb71
11 changed files with 107 additions and 16 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue