summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_freesound_mootcher.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-12-21 19:32:19 +0000
committerRobin Gareus <robin@gareus.org>2012-12-21 19:32:19 +0000
commit57b673a9d7e114fbba2faa37587de8b81aa811ee (patch)
tree8f17675288c300e2c9f282f40255c7458e391182 /gtk2_ardour/sfdb_freesound_mootcher.cc
parent6d57f7e9268b580fb041bae5cfa9d58cf13fe921 (diff)
freesound display license
git-svn-id: svn://localhost/ardour2/branches/3.0@13701 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_freesound_mootcher.cc')
-rw-r--r--gtk2_ardour/sfdb_freesound_mootcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_freesound_mootcher.cc b/gtk2_ardour/sfdb_freesound_mootcher.cc
index d3b3dd12e2..ed1e2abfeb 100644
--- a/gtk2_ardour/sfdb_freesound_mootcher.cc
+++ b/gtk2_ardour/sfdb_freesound_mootcher.cc
@@ -225,7 +225,7 @@ std::string Mootcher::searchText(std::string query, int page, std::string filter
if (sort)
params += "&s=" + sortMethodString(sort);
- params += "&fields=id,original_filename,duration,filesize,samplerate,serve";
+ params += "&fields=id,original_filename,duration,filesize,samplerate,license,serve";
return doRequest("/sounds/search", params);
}