feat: configure cue points analysis per track type
This commit is contained in:
parent
3a9ca109c3
commit
f5e46c6f3d
22 changed files with 246 additions and 42 deletions
|
@ -16,6 +16,12 @@ class Library(models.Model):
|
|||
db_column="visibility",
|
||||
)
|
||||
|
||||
analyze_cue_points = models.BooleanField(
|
||||
blank=True,
|
||||
default=True,
|
||||
db_column="analyze_cue_points",
|
||||
)
|
||||
|
||||
class Meta:
|
||||
managed = False
|
||||
db_table = "cc_track_types"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue