aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorSimon Kagstrom <simon.kagstrom@gmail.com>2011-03-27 08:40:55 +0200
committerMax Kellermann <max@duempel.org>2011-03-29 17:01:16 +0200
commiteec77b3ae7d732547f65a6ae838d8acfd661dc17 (patch)
treee9444ac9cdc504f4791ac190b6e013f2925d84a8 /src/conf.c
parent640bac1aa4d0f3d7db83bb4558cce935884b3d01 (diff)
despotify: Add support utilities
Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function.
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 41941164..fa05610b 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -99,6 +99,9 @@ static struct config_entry config_entries[] = {
{ .name = CONF_PLAYLIST_PLUGIN, true, true },
{ .name = CONF_AUTO_UPDATE, false, false },
{ .name = CONF_AUTO_UPDATE_DEPTH, false, false },
+ { .name = CONF_DESPOTIFY_USER, false, false },
+ { .name = CONF_DESPOTIFY_PASSWORD, false, false},
+ { .name = CONF_DESPOTIFY_HIGH_BITRATE, false, false },
{ .name = "filter", true, true },
};