This commit is contained in:
Araxeus
2021-04-28 03:36:00 +03:00
parent 395eac26a3
commit 0491babe0a

View File

@ -43,7 +43,7 @@ module.exports = (win, options) => {
}
return;
}
// If url isn"t the same as last one - send notification
// If url isn't the same as last one - send notification
if (songInfo.url !== oldURL) {
oldURL = songInfo.url;
if (isInteractive) {