From 1804c187b5b130851b1f0124679f6a08fe00cd01 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 22 Feb 2024 06:09:17 -0600 Subject: [PATCH] "undefined from undefined" --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })