diff --git a/player/external_files.c b/player/external_files.c index c1b7d53c3c..dfd1ca6802 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -20,6 +20,7 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "sr static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac", "ogg", "m4a", "ac3", "opus", "wav", + "wv", NULL}; static bool test_ext_list(bstr ext, const char *const *list)