projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037e7db
)
Removed default for dirble_api_token from ympd.c
author
eb041592
<35889760+eb041592@users.noreply.github.com>
Sun, 4 Feb 2018 00:50:28 +0000
(
01:50
+0100)
committer
eb041592
<35889760+eb041592@users.noreply.github.com>
Sun, 4 Feb 2018 00:50:28 +0000
(
01:50
+0100)
src/ympd.c
patch
|
blob
|
history
diff --git
a/src/ympd.c
b/src/ympd.c
index
a699b28
..
3aed7e6
100644
(file)
--- a/
src/ympd.c
+++ b/
src/ympd.c
@@
-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'},