This commit is contained in:
2022-01-15 22:22:40 +01:00
parent 7ba44adc33
commit 53c6375b3e
2 changed files with 1 additions and 3 deletions

View File

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