enable crossfade player for non-electron

This commit is contained in:
jeffvli
2025-12-03 20:00:20 -08:00
parent 92682c62dc
commit 06e502c63d
@@ -180,7 +180,6 @@ export const PlayerConfig = () => {
}, },
]} ]}
disabled={ disabled={
!isElectron() ||
playbackSettings.type !== PlayerType.WEB || playbackSettings.type !== PlayerType.WEB ||
status === PlayerStatus.PLAYING status === PlayerStatus.PLAYING
} }