Small log fix
This commit is contained in:
parent
6157470f0a
commit
ae3f513289
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default class lastfm {
|
||||||
})
|
})
|
||||||
|
|
||||||
this._utils.getIPCMain().on('lastfm:auth', (event: any, token: string) => {
|
this._utils.getIPCMain().on('lastfm:auth', (event: any, token: string) => {
|
||||||
console.debug(`${lastfm.name}:auth`, event, token)
|
console.debug(`${lastfm.name}:auth`, token)
|
||||||
this.authenticateLastFM(token)
|
this.authenticateLastFM(token)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue