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

test: use correct MIME type for MP3 #923

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. test: use correct MIME type for MP3

    This is a test-only change.
    
    According to [Apache's list][0], the correct MIME type for `.mp3` files
    is `audio/mpeg`, not `audio/mp3`.
    
    [0]: https://github.com/apache/httpd/blob/f5c4355420d4463c860aa0d85757bfb7a2dd0a40/docs/conf/mime.types#L1441
    EvanHahn committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ffca528 View commit details
    Browse the repository at this point in the history