freesound: don't exclude mp3s

Ardour can import MP3s nowadays: no need to exclude them from Freesound
search results any more.
This commit is contained in:
Colin Fletcher 2022-05-23 17:07:04 +01:00
parent 1516dcc529
commit 1e0d14f429
1 changed files with 1 additions and 5 deletions

View File

@ -1215,11 +1215,7 @@ SoundFileBrowser::freesound_search()
std::string theString = mootcher.searchText(
search_string,
freesound_page,
#ifdef __APPLE__
"", // OSX eats anything incl mp3
#else
"type:(wav OR aiff OR flac OR aif OR ogg OR oga)",
#endif
"",
sort_method
);