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

Recognize "audio/mpeg" as MP3 to skip transcoding #209

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

davidflowerday
Copy link
Contributor

Package github.com/h2non/filetype returns "audio/mpeg" for MP3 files. go-chromecast currently only expects "audio/mp3" which appears to be deprecated. This change adds "audio/mpeg" to the list of recognized types which seems to be the correct type per RFC 3003.

Package github.com/h2non/filetype returns "audio/mpeg" for MP3 files.
go-chromecast currently only expects "audio/mp3" which appears to be
deprecated. This change adds "audio/mpeg" to the list of recognized
types which seems to be the correct type per RFC 3003.
Copy link
Owner

@vishen vishen left a comment

Choose a reason for hiding this comment

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

Thanks!

@vishen vishen merged commit c93ce81 into vishen:master Jan 11, 2025
12 checks passed
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