"undefined from undefined"

This commit is contained in:
MeowcaTheoRange 2024-02-22 06:09:17 -06:00
parent 6232258ce6
commit 1804c187b5

View file

@ -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
})