mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 16:20:26 +01:00
Update file filter
This commit is contained in:
parent
65780e1672
commit
61af1d1c72
@ -48,10 +48,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char *FileView::kFileFilter =
|
const char *FileView::kFileFilter =
|
||||||
"*.mp3 *.ogg *.flac *.mpc *.m4a *.aac *.wma "
|
"*.wav *.flac *.wv *.ogg *.oga *.opus *.spx *.ape *.mpc "
|
||||||
"*.mp4 *.spx *.wav *.m3u *.m3u8 *.pls *.xspf "
|
"*.mp2 *.mp3 *.m4a *.mp4 *.aac *.asf *.asx *.wma "
|
||||||
"*.asx *.asxini *.cue *.ape *.wv *.mka *.opus "
|
"*.aif *.aiff *.mka *.tta *.dsf *.dsd "
|
||||||
"*.oga *.mka *.mp2";
|
"*.cue *.m3u *.m3u8 *.pls *.xspf *.asxini ";
|
||||||
|
|
||||||
FileView::FileView(QWidget *parent)
|
FileView::FileView(QWidget *parent)
|
||||||
: QWidget(parent),
|
: QWidget(parent),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user