This commit is contained in:
2022-01-15 22:12:23 +01:00
parent eaa03fbbd9
commit 2272af2c87

View File

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