This commit is contained in:
Henry Jameson 2026-01-14 16:04:27 +02:00
commit 89fc6b3e74

View file

@ -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}`,
});