diff --git a/templates/scrobbling.json.j2 b/templates/scrobbling.json.j2 deleted file mode 100644 index 35346a0..0000000 --- a/templates/scrobbling.json.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{ - "sources": [ - [ - { - "name": "lastFm", - "enable": true, - "configureAs": "source", - "data": { - "apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}", - "secret": "{{ SCROBBLER_LASTFM_SECRET }}", - "redirectUri": "https://scrobbler.fntz.net/lastfm/callback" - } - } - ] - ] -} \ No newline at end of file diff --git a/templates/scrobbling/lastfm.json.j2 b/templates/scrobbling/lastfm.json.j2 new file mode 100644 index 0000000..e3fd48d --- /dev/null +++ b/templates/scrobbling/lastfm.json.j2 @@ -0,0 +1,12 @@ +[ + { + "name": "lastFm", + "enable": true, + "configureAs": "source", + "data": { + "apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}", + "secret": "{{ SCROBBLER_LASTFM_SECRET }}", + "redirectUri": "https://scrobbler.fntz.net/lastfm/callback" + } + } +] \ No newline at end of file