diff --git a/app/Tasks/CurrentSongTask.ts b/app/Tasks/CurrentSongTask.ts index 862a2a0..6a8fa5f 100644 --- a/app/Tasks/CurrentSongTask.ts +++ b/app/Tasks/CurrentSongTask.ts @@ -1,7 +1,7 @@ import Logger from '@ioc:Adonis/Core/Logger' import { getCurrentPlayingFromSpotify, getSpotifyAccount } from 'App/Utils/SongUtils' -const MS = 3000 +const MS = 1000 let taskId async function SpotifyCurrentListeningWatcher(): Promise {