1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 11:56:45 +01:00

Add .oga to file extensions.

Fixes issue #3180
This commit is contained in:
John Maguire 2013-02-06 17:03:11 +01:00 committed by Andreas
parent f92cbb24ba
commit 65046503ca

View File

@ -31,7 +31,8 @@
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";
"*.asx *.asxini *.cue *.ape *.wv *.mka *.opus "
"*.oga";
FileView::FileView(QWidget* parent)
: QWidget(parent),