Skip to content

Commit

Permalink
feat: handle rss discover
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 8, 2024
1 parent ade51cd commit face2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/components/subscribe/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function SubscribeForm({ type }: { type: string }) {
body: JSON.stringify({
csrfToken: await getCsrfToken(),
keyword,
type: type === "rss" ? "rss" : "auto",
}),
},
)
Expand Down

0 comments on commit face2a9

Please sign in to comment.