mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
fix typo
This commit is contained in:
@ -43,7 +43,7 @@ module.exports = (win, options) => {
|
|||||||
}
|
}
|
||||||
return;
|
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) {
|
if (songInfo.url !== oldURL) {
|
||||||
oldURL = songInfo.url;
|
oldURL = songInfo.url;
|
||||||
if (isInteractive) {
|
if (isInteractive) {
|
||||||
|
|||||||
Reference in New Issue
Block a user