This commit is contained in:
2022-01-15 22:15:44 +01:00
parent 2272af2c87
commit d29e2d67b2

View File

@@ -5,7 +5,7 @@ const MS = 1000
let taskId
async function SpotifyCurrentListeningWatcher(): Promise<void> {
console.log(getSpotifyAccount().access)
console.log('access: ' + getSpotifyAccount().access)
if (getSpotifyAccount().access === '') return
await getCurrentPlayingFromSpotify()
}