mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
chore: fix stale doc references (#538)
- src/test/README.md: layout listed wrong filename for the readme itself - miniPlayerBridge.ts: comment pointed at a doc that lives outside the repo
This commit is contained in:
committed by
GitHub
parent
123fbcc802
commit
a228ce1c91
@@ -206,8 +206,8 @@ export function initMiniPlayerBridgeOnMain(): () => void {
|
||||
usePlayerStore.getState().redoLastQueueEdit();
|
||||
});
|
||||
|
||||
// Gapless ↔ Crossfade are mutually exclusive (see CLAUDE.md). Bridge handles
|
||||
// the exclusion so the mini doesn't need to know about both states to act.
|
||||
// Gapless ↔ Crossfade are mutually exclusive. Bridge handles the exclusion
|
||||
// so the mini doesn't need to know about both states to act.
|
||||
const gaplessUnlisten = listen<{ value: boolean }>('mini:set-gapless', (e) => {
|
||||
const v = !!e.payload?.value;
|
||||
const a = useAuthStore.getState();
|
||||
|
||||
Reference in New Issue
Block a user