Skip to content

Commit e2c07fe

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 70e6ce1 commit e2c07fe

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
@@ -47,7 +47,9 @@ export default createPlugin({
4747

4848
// Mark as attempted so we don't loop repeatedly
4949
this.lastSkippedVideoId = songInfo.videoId;
50-
console.info(`[Skip Live Songs] Skipping non-studio song: "${titleToCheck}" (id: ${songInfo.videoId})`);
50+
console.info(
51+
`[Skip Live Songs] Skipping non-studio song: "${titleToCheck}" (id: ${songInfo.videoId})`,
52+
);
5153

5254
let clicked = false;
5355
for (const sel of SELECTORS) {

0 commit comments

Comments
 (0)