Fine tune SharePlayer
This commit is contained in:
@@ -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} />
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user