Skip to content

Commit

Permalink
fix: add missing config for bilibili
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 13, 2023
1 parent 0f0d98c commit e7a3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const Home: NextPage<{
const pageNumber = extractPage(currentVideoUrl, searchParams);
setCurrentVideoId(videoId);
await summarize(
{ service: VideoService.Bilibili, videoId, pageNumber },
{ service: VideoService.Bilibili, videoId, pageNumber, ...formValues },
{ userKey, shouldShowTimestamp }
);
setTimeout(() => {
Expand Down

1 comment on commit e7a3810

@vercel
Copy link

@vercel vercel bot commented on e7a3810 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.