Sets the shared credentials for all API calls
Spotify application client ID
Spotify application client secret
export function setCredentials(clientId: string, clientSecret: string): void { sharedClientId = clientId; sharedClientSecret = clientSecret; saveLog("Spotify API credentials updated", "DEBUG");} Copy
export function setCredentials(clientId: string, clientSecret: string): void { sharedClientId = clientId; sharedClientSecret = clientSecret; saveLog("Spotify API credentials updated", "DEBUG");}
Sets the shared credentials for all API calls