mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-30 21:00:13 +00:00
feat(listenbrainz): Implement MVP LZ endpoint source
This commit is contained in:
parent
5927450840
commit
d3cd07c5c3
10 changed files with 402 additions and 1 deletions
9
config/endpointlz.json.example
Normal file
9
config/endpointlz.json.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"name": "myLz",
|
||||
"enable": true,
|
||||
"data": {
|
||||
"token": "myToken"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue