mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
fix: critical AudioContext and setStartTime, prettier
This commit is contained in:
parent
f0c0e804fa
commit
3d2f7148e7
@ -73,9 +73,8 @@ const Player = () => {
|
||||
const { preloaded, preloadNextSong, resetPreloading } =
|
||||
usePreloading(playerState)
|
||||
|
||||
const { audioInstance, setAudioInstance, onAudioPlay } = useAudioInstance(
|
||||
isMobilePlayer,
|
||||
)
|
||||
const { audioInstance, setAudioInstance, onAudioPlay } =
|
||||
useAudioInstance(isMobilePlayer)
|
||||
|
||||
const { context } = useReplayGain(audioInstance, playerState, gainInfo)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user