Skip to content

Commit

Permalink
client ids: inc/spotify_private.h.template
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed May 30, 2024
1 parent f0df608 commit 1b2577e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inc/spotify_private.h.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef SPOTIFY_PRIVATE_H
#define SPOTIFY_PRIVATE_H

#define SPOTIFY_CLIENT_ID <CLIENT_ID>
#define SPOTIFY_SECRET <Base64(CLIENT_ID:CLIENT_SECRET)>

#endif

0 comments on commit 1b2577e

Please sign in to comment.