Segment group durations artificially short when a split is skipped #819
Labels
bug
Issues that are solved by repairing functionality
good first issue
Issues that don't need a ton of context to address
small
Issues that probably won't take much work to address
We calculate segment group durations based on the sum of their segments' durations, but if a segment was skipped its duration is 0 so the group's duration is artificially low. Example: Discord report, splits
We should probably instead calculate the duration based on the group's last split end time, if present.
Relevant code
The text was updated successfully, but these errors were encountered: