"undefined from undefined"
This commit is contained in:
parent
6232258ce6
commit
1804c187b5
1 changed files with 1 additions and 1 deletions
2
index.js
2
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
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue