mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-18 21:15:16 +02:00
feat(podcasts): add shared duration limit constants
This commit is contained in:
parent
a7be41d50a
commit
9583e8f250
1 changed files with 6 additions and 0 deletions
6
surfsense_backend/app/podcasts/duration_limits.py
Normal file
6
surfsense_backend/app/podcasts/duration_limits.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""Shared bounds and defaults for podcast target duration."""
|
||||
|
||||
MAX_DURATION_SECONDS = 24 * 60 * 60
|
||||
MIN_DURATION_SECONDS = 15
|
||||
DEFAULT_MIN_SECONDS = 20
|
||||
DEFAULT_MAX_SECONDS = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue