From d29e2d67b2ae514b564a240c69e7890dd6c1a2e0 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 15 Jan 2022 22:15:44 +0100 Subject: [PATCH] debug --- app/Tasks/CurrentSongTask.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Tasks/CurrentSongTask.ts b/app/Tasks/CurrentSongTask.ts index 4c0eaf2..0ece1db 100644 --- a/app/Tasks/CurrentSongTask.ts +++ b/app/Tasks/CurrentSongTask.ts @@ -5,7 +5,7 @@ const MS = 1000 let taskId async function SpotifyCurrentListeningWatcher(): Promise { - console.log(getSpotifyAccount().access) + console.log('access: ' + getSpotifyAccount().access) if (getSpotifyAccount().access === '') return await getCurrentPlayingFromSpotify() }