Removed default for dirble_api_token from ympd.c
authoreb041592 <35889760+eb041592@users.noreply.github.com>
Sun, 4 Feb 2018 00:50:28 +0000 (01:50 +0100)
committereb041592 <35889760+eb041592@users.noreply.github.com>
Sun, 4 Feb 2018 00:50:28 +0000 (01:50 +0100)
src/ympd.c

index a699b28..3aed7e6 100644 (file)
@@ -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'},