mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
[UI Work] Add Overview Artist Index View
This commit is contained in:
@@ -69,7 +69,7 @@ class SignalRConnector extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
console.log('starting signalR');
|
||||
console.log('Starting signalR');
|
||||
|
||||
this.signalRconnection = $.connection('/signalr', { apiKey: window.Sonarr.apiKey });
|
||||
|
||||
@@ -281,7 +281,7 @@ class SignalRConnector extends Component {
|
||||
|
||||
onStateChanged = (change) => {
|
||||
const state = getState(change.newState);
|
||||
console.log(`SignalR: [${state}]`);
|
||||
console.log(`SignalR: ${state}`);
|
||||
|
||||
if (state === 'connected') {
|
||||
// Repopulate the page (if a repopulator is set) to ensure things
|
||||
|
||||
Reference in New Issue
Block a user