Skip to content

.aac/.wma in config but not in file uploader #14

Description

@AshayK003

Problem

config.py:19 defines ALLOWED_AUDIO_EXTENSIONS with .aac and .wma, but main.py:184 limits the file uploader to ["mp3", "wav", "m4a", "ogg"].

Solution

Either add .aac and .wma to the file uploader, or remove them from ALLOWED_AUDIO_EXTENSIONS.

Acceptance Criteria

  • Allowed audio types are consistent between config and UI

Difficulty: Easy

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingconsistencyConsistency issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions