mirror of https://github.com/lidarr/Lidarr
Do not show connection to backend restored message
This commit is contained in:
parent
a0aaac0fd9
commit
2211cc5057
|
@ -59,13 +59,6 @@ define(
|
||||||
vent.trigger(vent.Events.ServerUpdated);
|
vent.trigger(vent.Events.ServerUpdated);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Messenger.show({
|
|
||||||
id : messengerId,
|
|
||||||
type : 'success',
|
|
||||||
hideAfter : 5,
|
|
||||||
message : 'Connection to backend restored'
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
this.signalRconnection.disconnected(function () {
|
this.signalRconnection.disconnected(function () {
|
||||||
|
|
Loading…
Reference in New Issue