Removed default for dirble_api_token from ympd.c
This commit is contained in:
parent
037e7db1da
commit
b091e47d2f
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ int main(int argc, char **argv)
|
||||||
mpd.port = 6600;
|
mpd.port = 6600;
|
||||||
strcpy(mpd.host, "127.0.0.1");
|
strcpy(mpd.host, "127.0.0.1");
|
||||||
|
|
||||||
strcpy(dirble_api_token, "2e223c9909593b94fc6577361a");
|
|
||||||
|
|
||||||
static struct option long_options[] = {
|
static struct option long_options[] = {
|
||||||
{"host", required_argument, 0, 'h'},
|
{"host", required_argument, 0, 'h'},
|
||||||
{"port", required_argument, 0, 'p'},
|
{"port", required_argument, 0, 'p'},
|
||||||
|
|
Loading…
Reference in a new issue