Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo - Track.Kind.audion - audio? #50

Open
vade opened this issue Feb 9, 2024 · 1 comment · May be fixed by #52
Open

Typo - Track.Kind.audion - audio? #50

vade opened this issue Feb 9, 2024 · 1 comment · May be fixed by #52
Labels
bug Something isn't working

Comments

@vade
Copy link
Contributor

vade commented Feb 9, 2024

In Track.swift, the track kind is defined as

  public enum Kind : String {
        case video = "Video"
        case audion = "Audio"
    }

Should be

  public enum Kind : String {
        case video = "Video"
        case audio = "Audio"
    }
@vade vade added the bug Something isn't working label Feb 9, 2024
@meshula
Copy link
Member

meshula commented Feb 12, 2024

yes, a typo, please feel free to submit a PR

vade added a commit to vade/OpenTimelineIO-Swift-Bindings that referenced this issue Feb 12, 2024
@vade vade linked a pull request Feb 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants