mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-28 21:49:40 +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,
|
session,
|
||||||
search_space_id=body.search_space_id,
|
search_space_id=body.search_space_id,
|
||||||
speaker_count=body.speaker_count,
|
speaker_count=body.speaker_count,
|
||||||
min_minutes=body.min_minutes,
|
min_seconds=body.min_seconds,
|
||||||
max_minutes=body.max_minutes,
|
max_seconds=body.max_seconds,
|
||||||
focus=body.focus,
|
focus=body.focus,
|
||||||
)
|
)
|
||||||
await service.attach_brief(podcast, spec)
|
await service.attach_brief(podcast, spec)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue