We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e6ce1 commit e2c07feCopy full SHA for e2c07fe
src/plugins/skip-live-songs/index.ts
@@ -47,7 +47,9 @@ export default createPlugin({
47
48
// Mark as attempted so we don't loop repeatedly
49
this.lastSkippedVideoId = songInfo.videoId;
50
- console.info(`[Skip Live Songs] Skipping non-studio song: "${titleToCheck}" (id: ${songInfo.videoId})`);
+ console.info(
51
+ `[Skip Live Songs] Skipping non-studio song: "${titleToCheck}" (id: ${songInfo.videoId})`,
52
+ );
53
54
let clicked = false;
55
for (const sel of SELECTORS) {
0 commit comments