feat(api-server): send shuffle state over websocket (#3837)

This commit is contained in:
cxntered
2025-09-07 05:29:38 +10:00
committed by GitHub
parent eb50596961
commit 5ecd39f324
3 changed files with 15 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export const backend = createBackend<BackendType, APIServerConfig>({
ctx.ipc.send('ytmd:setup-repeat-changed-listener');
ctx.ipc.send('ytmd:setup-like-changed-listener');
ctx.ipc.send('ytmd:setup-volume-changed-listener');
ctx.ipc.send('ytmd:setup-shuffle-changed-listener');
});
ctx.ipc.on(