mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
[UI] Add Language to Manual Import, Fix Posters,Banners
This commit is contained in:
@@ -173,7 +173,10 @@ class SignalRConnector extends Component {
|
||||
const resource = body.resource;
|
||||
const state = resource.state;
|
||||
|
||||
if (state === 'completed') {
|
||||
// Both sucessful and failed commands need to be
|
||||
// completed, otherwise they spin until they timeout.
|
||||
|
||||
if (state === 'completed' || state === 'failed') {
|
||||
this.props.finishCommand(resource);
|
||||
} else {
|
||||
this.props.updateCommand(resource);
|
||||
|
||||
Reference in New Issue
Block a user