From ae3f5132893a3fcc0dce71d7358bc1cf7ab05d44 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 29 Jun 2022 00:30:47 +0100 Subject: [PATCH] Small log fix --- src/main/plugins/lastfm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/plugins/lastfm.ts b/src/main/plugins/lastfm.ts index b57a497a..33796c84 100644 --- a/src/main/plugins/lastfm.ts +++ b/src/main/plugins/lastfm.ts @@ -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) })