mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
debug
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user