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() }