Increased timeout for lastfm to 40 seconds
This commit is contained in:
parent
d6bc405d9d
commit
ff209247ac
1 changed files with 1 additions and 1 deletions
|
@ -1523,7 +1523,7 @@
|
||||||
console.warn('[lastfm:authorize] Last.fm authorization timed out.');
|
console.warn('[lastfm:authorize] Last.fm authorization timed out.');
|
||||||
this.lastfmConnecting = false;
|
this.lastfmConnecting = false;
|
||||||
}
|
}
|
||||||
}, 20000);
|
}, 40000);
|
||||||
|
|
||||||
ipcRenderer.once('lastfm:authenticated', (_e, session) => {
|
ipcRenderer.once('lastfm:authenticated', (_e, session) => {
|
||||||
this.$root.cfg.connectivity.lastfm.secrets.username = session.username
|
this.$root.cfg.connectivity.lastfm.secrets.username = session.username
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue