fix: update previous_volume to 80 in CompactPlayer and Player components for consistency

This commit is contained in:
JSC
2025-08-10 21:55:20 +02:00
parent 0c7875cac5
commit d80d8588f6
3 changed files with 68 additions and 454 deletions

View File

@@ -27,7 +27,7 @@ export function CompactPlayer({ className }: CompactPlayerProps) {
status: 'stopped',
mode: 'continuous',
volume: 80,
previous_volume: 50,
previous_volume: 80,
position: 0
})
const [isLoading, setIsLoading] = useState(false)