mirror of
https://github.com/SuperBFG7/ympd
synced 2025-08-30 01:07:58 +00:00
Removed default for dirble_api_token from ympd.c
This commit is contained in:
@@ -80,8 +80,6 @@ int main(int argc, char **argv)
|
||||
mpd.port = 6600;
|
||||
strcpy(mpd.host, "127.0.0.1");
|
||||
|
||||
strcpy(dirble_api_token, "2e223c9909593b94fc6577361a");
|
||||
|
||||
static struct option long_options[] = {
|
||||
{"host", required_argument, 0, 'h'},
|
||||
{"port", required_argument, 0, 'p'},
|
||||
|
Reference in New Issue
Block a user