diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-07 13:29:13 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-07 13:29:13 +0100 |
commit | 87b57bb24c829e23576af9a5c9acdd52313fda55 (patch) | |
tree | 103b4cb5361d37e92af6e6aa1f16bf1991ea1bde /nncmpp.c | |
parent | ba86961ba52cd0b1809c82550b218b9738cc6564 (diff) | |
download | nncmpp-87b57bb24c829e23576af9a5c9acdd52313fda55.tar.gz nncmpp-87b57bb24c829e23576af9a5c9acdd52313fda55.tar.xz nncmpp-87b57bb24c829e23576af9a5c9acdd52313fda55.zip |
Add a comment about the music directory
Diffstat (limited to 'nncmpp.c')
-rw-r--r-- | nncmpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1054,6 +1054,7 @@ static struct config_schema g_config_settings[] = .type = CONFIG_ITEM_STRING }, // NOTE: this is unused--in theory we could allow manual metadata adjustment + // NOTE: the "config" command may return "music_directory" for local clients { .name = "root", .comment = "Where all the files MPD is playing are located", .type = CONFIG_ITEM_STRING }, |