mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed scrobble forwarding to Last.fm
This commit is contained in:
parent
b704aa8092
commit
37bac06735
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user