Added option to disable local music playback and to change client socket path

This commit is contained in:
2026-03-15 08:43:32 +10:00
parent 4752ea62d3
commit 57069c8c0e
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -67,7 +67,11 @@ typedef struct {
char* lv2_reverb_filter_name; // LV2 Calf Reverb LV2 Name
// Local Settings
bool local_enable; // Enable Local Music Playback
char* local_rootdir; // Local Music Root Directory
// Client Settings
char* client_socket_path; // Socket Path for client
} configHandler_config_t;
int configHandler_Read(configHandler_config_t** config);