mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 17:40:10 +00:00
Updates to UI, Update NLog to 4.4.12
This commit is contained in:
@@ -306,15 +306,17 @@ class SignalRConnector extends Component {
|
||||
}
|
||||
|
||||
onDisconnected = () => {
|
||||
if (this.props.isReconnecting) {
|
||||
this.props.setAppValue({
|
||||
isConnected: false,
|
||||
isReconnecting: true,
|
||||
isDisconnected: true
|
||||
});
|
||||
|
||||
this.retryConnection();
|
||||
if (window.Sonarr.unloading) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.props.setAppValue({
|
||||
isConnected: false,
|
||||
isReconnecting: true,
|
||||
isDisconnected: true
|
||||
});
|
||||
|
||||
this.retryConnection();
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user