Small log fix

This commit is contained in:
Core 2022-06-29 00:30:47 +01:00
parent 6157470f0a
commit ae3f513289
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -43,7 +43,7 @@ export default class lastfm {
})
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)
})