mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 20:40:43 +01:00
Add mp2 to the list of extensions shown in the files tab. Fixes #4103
This commit is contained in:
parent
1a972e0f36
commit
fecdae0be3
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user