summary refs log tree commit diff
path: root/src/connections/Spotify/SpotifySettings.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/connections/Spotify/SpotifySettings.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connections/Spotify/SpotifySettings.ts b/src/connections/Spotify/SpotifySettings.ts
new file mode 100644

index 00000000..e73c0304 --- /dev/null +++ b/src/connections/Spotify/SpotifySettings.ts
@@ -0,0 +1,5 @@ +export class SpotifySettings { + enabled: boolean = false; + clientId: string | null = null; + clientSecret: string | null = null; +}