diff --git a/index.js b/index.js index 32513fa..7598a34 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ async function main() { if (await checkNextcloud(video, nextcloudClient)) return dismantle(); socket.emit('nodeMessage', { - message: `New song found - ${video.tags.name} from ${video.tags.channelName}`, + message: `New song found - ${video.name} from ${video.channelName}`, password: process.env.NOTIFICATION_SERVER_PASSWORD })