reformat code

This commit is contained in:
myl7 2022-07-15 17:57:52 +08:00
parent f18005d05f
commit 891291bc06
No known key found for this signature in database
GPG key ID: 04F1013B67177C88

View file

@ -164,7 +164,7 @@ const VideoPreview: FC<{ file: OdFileObject }> = ({ file }) => {
btnImage="/players/potplayer.png"
/>
<DownloadButton
onClickCallback={() => window.open(`nplayer-http://${window?.location.hostname ?? ""}${videoUrl}`)}
onClickCallback={() => window.open(`nplayer-http://${window?.location.hostname ?? ''}${videoUrl}`)}
btnText="nPlayer"
btnImage="/players/nplayer.png"
/>