diff --git a/maloja/globalconf.py b/maloja/globalconf.py index 110d9f8..1efd32c 100644 --- a/maloja/globalconf.py +++ b/maloja/globalconf.py @@ -165,9 +165,9 @@ malojaconfig = Configuration( "scrobble_lastfm":(tp.Boolean(), "Proxy-Scrobble to Last.fm", False), "lastfm_api_key":(tp.String(), "Last.fm API Key", None), "lastfm_api_secret":(tp.String(), "Last.fm API Secret", None), + "lastfm_api_sk":(tp.String(), "Last.fm API Session Key", None), "spotify_api_id":(tp.String(), "Spotify API ID", None), "spotify_api_secret":(tp.String(), "Spotify API Secret", None), - "lastfm_api_key":(tp.String(), "Last.fm API Key", None), "audiodb_api_key":(tp.String(), "TheAudioDB API Key", None), "track_search_provider":(tp.String(), "Track Search Provider", None), "send_stats":(tp.Boolean(), "Send Statistics", None),