1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-15 10:08:08 +01:00

Update file filter

This commit is contained in:
Jonas Kvinge 2019-07-07 21:36:05 +02:00
parent 65780e1672
commit 61af1d1c72

View File

@ -48,10 +48,10 @@
#endif
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 *.mp2";
"*.wav *.flac *.wv *.ogg *.oga *.opus *.spx *.ape *.mpc "
"*.mp2 *.mp3 *.m4a *.mp4 *.aac *.asf *.asx *.wma "
"*.aif *.aiff *.mka *.tta *.dsf *.dsd "
"*.cue *.m3u *.m3u8 *.pls *.xspf *.asxini ";
FileView::FileView(QWidget *parent)
: QWidget(parent),