fix: update previous_volume to 80 in CompactPlayer and Player components for consistency
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user