Newer
Older
percord / src / connections / Spotify / SpotifySettings.ts
@Puyodead1 Puyodead1 on 19 Mar 2023 130 bytes Add spotify connection
export class SpotifySettings {
	enabled: boolean = false;
	clientId: string | null = null;
	clientSecret: string | null = null;
}