Skip to content

Commit 473c942

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 41f8334 commit 473c942

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
@@ -65,7 +65,9 @@ export default createPlugin({
6565
}
6666

6767
if (!clicked) {
68-
console.warn('[Skip Live Songs] Could not find next button with any configured selector');
68+
console.warn(
69+
'[Skip Live Songs] Could not find next button with any configured selector',
70+
);
6971
}
7072
};
7173

0 commit comments

Comments
 (0)