diff --git a/app/Utils/SongUtils.ts b/app/Utils/SongUtils.ts index 0af07be..26b98a7 100644 --- a/app/Utils/SongUtils.ts +++ b/app/Utils/SongUtils.ts @@ -7,7 +7,7 @@ import { Artist, InternalPlayerResponse, PlayerResponse, SpotifyToken } from 'Ap import Song from 'App/Models/Song' export function getSpotifyAccount(): { access: string; refresh: string } { - return JSON.parse(readFileSync('.config/.spotify').toString()) + return JSON.parse(readFileSync('.spotify').toString()) } export function getAuthorizationURI(): string {