Skip to content

Commit

Permalink
Fix muxer seek source
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Nov 23, 2023
1 parent 4898253 commit 4887d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operators/muxer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class muxer tracks =
if List.memq source sources then sources else source :: sources)
[] sources
with
| [s] -> s
| [s] -> s#seek_source
| _ -> (self :> Source.source)

method remaining =
Expand Down

0 comments on commit 4887d80

Please sign in to comment.