mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07:00
[UI] Add Language to Manual Import, Fix Posters,Banners
This commit is contained in:
parent
25eef250a4
commit
48d31523a5
19 changed files with 325 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue