Fine tune SharePlayer
This commit is contained in:
parent
357c0e1e19
commit
63b4a12a93
1 changed files with 4 additions and 0 deletions
|
|
@ -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} />
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue