diff --git a/src/plugins/skip-disliked-songs/index.ts b/src/plugins/skip-disliked-songs/index.ts index 655787a6..676fe11f 100644 --- a/src/plugins/skip-disliked-songs/index.ts +++ b/src/plugins/skip-disliked-songs/index.ts @@ -16,7 +16,7 @@ export default createPlugin< restartNeeded: false, renderer: { start() { - waitForElement('#dislike-button-renderer').then( + waitForElement('#like-button-renderer').then( (dislikeBtn) => { this.observer = new MutationObserver(() => { if (dislikeBtn?.getAttribute('like-status') == 'DISLIKE') {