Increased timeout for lastfm to 40 seconds

This commit is contained in:
Core 2022-08-29 14:35:03 +01:00
parent d6bc405d9d
commit ff209247ac
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -1523,7 +1523,7 @@
console.warn('[lastfm:authorize] Last.fm authorization timed out.');
this.lastfmConnecting = false;
}
}, 20000);
}, 40000);
ipcRenderer.once('lastfm:authenticated', (_e, session) => {
this.$root.cfg.connectivity.lastfm.secrets.username = session.username