mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-24 16:50:26 +01:00
debug
This commit is contained in:
@@ -5,7 +5,7 @@ const MS = 1000
|
|||||||
let taskId
|
let taskId
|
||||||
|
|
||||||
async function SpotifyCurrentListeningWatcher(): Promise<void> {
|
async function SpotifyCurrentListeningWatcher(): Promise<void> {
|
||||||
console.log(getSpotifyAccount().access)
|
console.log('access: ' + getSpotifyAccount().access)
|
||||||
if (getSpotifyAccount().access === '') return
|
if (getSpotifyAccount().access === '') return
|
||||||
await getCurrentPlayingFromSpotify()
|
await getCurrentPlayingFromSpotify()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user