debug
This commit is contained in:
parent
fd520c4abe
commit
c4763b9aa2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -155,7 +155,7 @@ const loop = async () => {
|
|||
external_link: `https://tube.ebin.club/w/${videoId}`,
|
||||
});
|
||||
console.info('scrobble: ' + scrobbleResult.status);
|
||||
console.info('scrobble: ' + await JSON.stringify(scrobbleResult.json(), null, 2));
|
||||
console.info('scrobble: ' + JSON.stringify(await scrobbleResult.json(), null, 2));
|
||||
} else {
|
||||
console.info('Went offline...');
|
||||
await scrobble({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue