mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
freesound: updated API key & client secret
New API key (client ID) & client secret from freesound.org, to change the application name from "Ardour 7" to "Ardour".
This commit is contained in:
parent
821385ebfd
commit
7cf65ec695
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ using namespace PBD;
|
|||
static const std::string base_url = "https://freesound.org/apiv2";
|
||||
|
||||
// Ardour 7
|
||||
static const std::string default_token = "t3TjQ67WNh6zJLZRnWmArSiZ8bKlgTc2aEsV1cP7";
|
||||
static const std::string client_id = "yesyr1g4StTtg2F50KT1";
|
||||
static const std::string default_token = "Dwfk4N2CheXTZw5WzRBrgVEIusIMWxnBY4W2BUVl";
|
||||
static const std::string client_id = "QOY3ZLPUfOA9v2AkuaIM";
|
||||
|
||||
static const std::string fields = "id,name,duration,filesize,samplerate,license,download,previews";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue