1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix missing OPUS files in import file dialog

This commit is contained in:
Leland Lucius 2020-08-11 17:07:21 -05:00
parent 6d08c600df
commit f43ad3f0e0

View File

@ -112,6 +112,7 @@ static const auto exts = {
wxT("nsv"), wxT("nsv"),
wxT("nuv"), wxT("nuv"),
wxT("ogg"), wxT("ogg"),
wxT("opus"),
wxT("psxstr"), wxT("psxstr"),
wxT("pva"), wxT("pva"),
wxT("redir"), wxT("redir"),