Skip to content

Commit 70e6ce1

Browse files
Update src/plugins/skip-live-songs/index.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f9c16e commit 70e6ce1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plugins/skip-live-songs/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ export default createPlugin({
5454
const button = document.querySelector<HTMLElement>(sel);
5555
if (button) {
5656
button.click();
57-
console.debug(`[Skip Live Songs] Clicked next button using selector: ${sel}`);
57+
console.debug(
58+
`[Skip Live Songs] Clicked next button using selector: ${sel}`,
59+
);
5860
clicked = true;
5961
break;
6062
}

0 commit comments

Comments
 (0)