mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-07-27 10:03:33 +00:00
20 lines
482 B
JSON
20 lines
482 B
JSON
[
|
|
{
|
|
"id": "myYtMusic",
|
|
"name": "Foxx YT Music",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"cookie": "__Secure-1PSIDTS=sidts-CjEB3EgAEvCd-......",
|
|
// either cookie or id/secret needs to be provided
|
|
"clientId": "891098404....apps.googleusercontent.com",
|
|
"clientSecret": "GOCS..."
|
|
|
|
// optional
|
|
//"redirectUri": "http://my.custom.tld/api/ytmusic/callback?name=MyYTMusic"
|
|
},
|
|
"options": {
|
|
"logDiff": true
|
|
}
|
|
}
|
|
]
|