mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
reformat code
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user