From 89fc6b3e744bd79aebaa3cd28975e0bdeb47bbbe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 14 Jan 2026 16:04:27 +0200 Subject: [PATCH] debug --- index.js | 1 + 1 file changed, 1 insertion(+) 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}`, });