mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix typo
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user