Added application key for soundcloud plugin

This commit is contained in:
James McGlashan (DarkFox) 2014-01-04 20:13:17 +11:00 committed by Max Kellermann
parent c666794ce3
commit 48c96bbaea
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ static constexpr Domain soundcloud_domain("soundcloud");
static bool
soundcloud_init(const config_param &param)
{
soundcloud_config.apikey = param.GetBlockValue("apikey", "");
// APIKEY for MPD application, registered under DarkFox' account.
soundcloud_config.apikey = param.GetBlockValue("apikey", "a25e51780f7f86af0afa91f241d091f8");
if (soundcloud_config.apikey.empty()) {
LogDebug(soundcloud_domain,
"disabling the soundcloud playlist plugin "