Skip to content

Commit 548c536

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 473c942 commit 548c536

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
@@ -80,7 +80,9 @@ export default createPlugin({
8080
if (this._skipLiveHandler) {
8181
ipc.removeAllListeners('peard:update-song-info');
8282
this._skipLiveHandler = undefined;
83-
console.debug('[Skip Live Songs] Renderer stopped and listeners removed');
83+
console.debug(
84+
'[Skip Live Songs] Renderer stopped and listeners removed',
85+
);
8486
}
8587
},
8688
},

0 commit comments

Comments
 (0)