Fine tune SharePlayer

This commit is contained in:
Deluan 2023-01-21 21:10:35 -05:00
parent 357c0e1e19
commit 63b4a12a93

View file

@ -15,12 +15,16 @@ const SharePlayer = () => {
const options = {
audioLists: list,
mode: 'full',
toggleMode: false,
mobileMediaQuery: '',
showDownload: false,
showReload: false,
showMediaSession: true,
theme: 'auto',
showThemeSwitch: false,
remove: false,
spaceBar: true,
volumeFade: { fadeIn: 200, fadeOut: 200 },
}
return <ReactJkMusicPlayer {...options} />
}