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