mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-18 21:15:16 +02:00
feat(podcasts): pass min_seconds and max_seconds when proposing brief
This commit is contained in:
parent
085442ed9a
commit
845653cbac
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ async def create_podcast(
|
|||
session,
|
||||
search_space_id=body.search_space_id,
|
||||
speaker_count=body.speaker_count,
|
||||
min_minutes=body.min_minutes,
|
||||
max_minutes=body.max_minutes,
|
||||
min_seconds=body.min_seconds,
|
||||
max_seconds=body.max_seconds,
|
||||
focus=body.focus,
|
||||
)
|
||||
await service.attach_brief(podcast, spec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue