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