Add mp2 to the list of extensions shown in the files tab. Fixes #4103

This commit is contained in:
David Sansome 2014-01-11 22:47:35 +11:00
parent 1a972e0f36
commit fecdae0be3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
const char* FileView::kFileFilter = "*.mp3 *.ogg *.flac *.mpc *.m4a *.aac *.wma "
"*.mp4 *.spx *.wav *.m3u *.m3u8 *.pls *.xspf "
"*.asx *.asxini *.cue *.ape *.wv *.mka *.opus "
"*.oga *.mka";
"*.oga *.mka *.mp2";
FileView::FileView(QWidget* parent)
: QWidget(parent),