From 0491babe0aeaf2a8d52fe6c3384fd9602cf4c0bf Mon Sep 17 00:00:00 2001 From: Araxeus Date: Wed, 28 Apr 2021 03:36:00 +0300 Subject: [PATCH] fix typo --- plugins/notifications/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notifications/back.js b/plugins/notifications/back.js index 901bdd1f..d1ef3114 100644 --- a/plugins/notifications/back.js +++ b/plugins/notifications/back.js @@ -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) {