diff --git a/frontend/src/components/HeroPlayer.tsx b/frontend/src/components/HeroPlayer.tsx index 3fc68cb..aa8d38f 100644 --- a/frontend/src/components/HeroPlayer.tsx +++ b/frontend/src/components/HeroPlayer.tsx @@ -28,7 +28,7 @@ export function HeroPlayer({ initialStations }: Props) { const [stations, setStations] = useState(initialStations); const [selectedId, setSelectedId] = useState(initialStations[0]?.id ?? ''); const [format, setFormat] = useState('mp3'); - const [vol, setVol] = useState(0.72); + const [vol, setVol] = useState(0.67); const [muted, setMuted] = useState(false); const [playing, setPlaying] = useState(false); const [now, setNow] = useState(null); @@ -324,7 +324,7 @@ export function HeroPlayer({ initialStations }: Props) {
- ※ no ads · no algorithms · just signal ※ adding a station = mkdir on storage box ※ space=play ←→=switch ↑↓=vol m=mute ※ + ※ no ads · no algorithms · just signal ※ space=play ←→=switch ↑↓=vol m=mute ※