Skip to content

Commit 4e6256e

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 63776bf commit 4e6256e

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
@@ -15,7 +15,9 @@ export default createPlugin({
1515
renderer: {
1616
lastSkippedVideoId: '',
1717

18-
_skipLiveHandler: undefined as unknown as ((songInfo: SongInfo) => void) | undefined,
18+
_skipLiveHandler: undefined as unknown as
19+
| ((songInfo: SongInfo) => void)
20+
| undefined,
1921

2022
start({ ipc }) {
2123
console.debug('[Skip Live Songs] Renderer started');

0 commit comments

Comments
 (0)