Only suggest sounds that end with .mkv #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, all files without their extension are displayed, but only .mkv can be played
Instead of only allowing .mkv files, general audio files could easily be used by keeping the file extension internally (currently it is being stripped)
Implemented in
d7c3a7c740