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

Fix remote embedding RIFF when specifying mime type #551

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

ok-nick
Copy link
Contributor

@ok-nick ok-nick commented Aug 13, 2024

Changes in this pull request

When signing a remote manifest into a RIFF file and specifying a mime type (such as one derived from crate::format_from_path), RIFF will error with UnsupportedType. Currently, RIFF explicitly checks if the format passed was an extension (not mime type as well). We can either add the mime types to this check or remove the check completely (since all supported formats are handled the same anyways).

Checklist

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

@ok-nick ok-nick added the bug Something isn't working label Aug 13, 2024
Copy link
Collaborator

@mauricefisher64 mauricefisher64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mauricefisher64 mauricefisher64 merged commit 9f13a76 into main Aug 14, 2024
22 checks passed
@mauricefisher64 mauricefisher64 deleted the ok-nick/remote-riff branch August 14, 2024 16:48
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 this pull request may close these issues.

2 participants