diff --git a/index.js b/index.js index 3ae21be..9d80f91 100644 --- a/index.js +++ b/index.js @@ -93,6 +93,7 @@ const loop = async () => { console.info('post: ' + postResult.status); const scrobbleResult = await scrobble({ + artist: 'Peertube', title: 'Streaming on PeerTube', external_link: `https://tube.ebin.club/w/${videoId}`, });