Added support for SSL verification on non-iOS and added Discord RPC setting to configuration

This commit is contained in:
2025-09-26 03:28:44 +10:00
parent 6bd1fc943e
commit e95b3e0789
3 changed files with 37 additions and 3 deletions

View File

@@ -30,6 +30,10 @@ typedef struct {
char* lastfm_api_secret; // LastFM API Secret
char* lastfm_api_session_key; // LastFM API Session Key (Generated from authorization endpoint)
// Discord RPC Settings
bool discordrpc_enable; // Enable Discord RPC
int discordrpc_method; // Discord RPC Method (0 = Regular, 1 = DscrdRPC)
// Audio Settings
bool audio_equalizer_enable;
bool audio_equalizer_followPitch; // Have equalizer align to pitch adjustment