emotion: Add wma as possible playable extension

This allows to preview (listen) a wma file in efm for example.

Fixes T1568
This commit is contained in:
Stefan Schmidt 2014-10-22 15:11:25 +02:00
parent 5c8a8a51ce
commit 263a04b6dd
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ static const struct ext_match_s matchs[] =
MATCHING(".wav"),
MATCHING(".weba"),
MATCHING(".webm"),
MATCHING(".wma"),
MATCHING(".wmv")
};