Skip to content

Commit

Permalink
fix segments
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 28, 2023
1 parent a89a540 commit 118e374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/pipeline/sink/segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ func (s *SegmentSink) Start() error {
if count%2 > 0 {
err = s.uploadPlaylist()
}
} else {
err = s.uploadPlaylist()
}
if err != nil {
return
Expand Down

0 comments on commit 118e374

Please sign in to comment.