General cleanup

This commit is contained in:
2026-02-03 04:35:40 +10:00
parent 8e7eb4c534
commit 6735603e9c
3 changed files with 18 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@
* Goldenkrew3000 2025
* License: GNU General Public License 3.0
* Discord Local RPC Handler
* Note: This provides server auth creds (encoded) directly to Discord, could use Spotify's API instead??
*/
#include <inttypes.h>
-1
View File
@@ -18,7 +18,6 @@ typedef struct {
char* songTitle;
char* songArtist;
char* coverArtUrl;
int isRadio;
} discordrpc_data;