Skip to content

QuickTime Compatible Brands value correction #227

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

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

KleasMcHolthuis
Copy link
Contributor

@KleasMcHolthuis KleasMcHolthuis commented Oct 25, 2019

The Description of the Tag QuickTime Compatible Brands is not a string, but a list. This results in a description of "System.Collections.Generic.List`1[System.String]}"
In order to get the values of the compatible brands, you could use a string join.

[My PR did not compile, sorry about that. I should have opened an issue instead of a PR without testing]

Current result: System.Collections.Generic.List`1[System.String]}
In order to get the values of the compatible brands, you could use a string join on the list.
@drewnoakes drewnoakes merged commit 3d80b48 into drewnoakes:master Oct 27, 2019
@drewnoakes
Copy link
Owner

Thanks for this. The compile error only occurred in .NET 3.5. I fixed it in 700d58e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants