-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where initial track duration is always derived from first track.
- Loading branch information
1 parent
0643530
commit ac4b6ab
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac4b6ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielr18 you may have run into this... previously we would only load the duration property from the first track because we set the
activeTrackIndex
before loading the state snapshot. I'll release soon in v2.0.0-beta.1.ac4b6ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, perhaps I never saw this issue because active track is always the first track in OwlTail. Thanks for letting me know.