Fine tune SharePlayer

This commit is contained in:
Deluan
2023-01-21 21:10:35 -05:00
parent 357c0e1e19
commit 63b4a12a93
+4
View File
@@ -15,12 +15,16 @@ const SharePlayer = () => {
const options = { const options = {
audioLists: list, audioLists: list,
mode: 'full', mode: 'full',
toggleMode: false,
mobileMediaQuery: '', mobileMediaQuery: '',
showDownload: false, showDownload: false,
showReload: false, showReload: false,
showMediaSession: true, showMediaSession: true,
theme: 'auto', theme: 'auto',
showThemeSwitch: false, showThemeSwitch: false,
remove: false,
spaceBar: true,
volumeFade: { fadeIn: 200, fadeOut: 200 },
} }
return <ReactJkMusicPlayer {...options} /> return <ReactJkMusicPlayer {...options} />
} }