Allow audio formats unsupported by taglib to be added

Fixes #669
This commit is contained in:
Jonas Kvinge
2021-03-21 19:19:35 +01:00
parent 59bffed47f
commit 6b6117653a
3 changed files with 13 additions and 1 deletions

View File

@@ -50,7 +50,8 @@ const char *FileView::kFileFilter =
"*.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 ";
"*.cue *.m3u *.m3u8 *.pls *.xspf *.asxini "
".ac3 .dts";
FileView::FileView(QWidget *parent)
: QWidget(parent),