add lastfm as source
Some checks failed
Deploy Containers / Prepare (push) Failing after 10s

This commit is contained in:
2025-12-28 17:32:46 -05:00
parent 673d64b476
commit 5f3e57ba37
3 changed files with 243 additions and 229 deletions

View File

@@ -0,0 +1,16 @@
{
"sources": [
[
{
"name": "lastFm",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}",
"secret": "{{ SCROBBLER_LASTFM_SECRET }}",
"redirectUri": "https://scrobbler.fntz.net/lastfm/callback"
}
}
]
]
}