mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
parent
7cf65ec695
commit
ca437aebee
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ Mootcher::fetchAudioFile(std::string originalFileName, std::string theID, std::s
|
|||
|
||||
cancel_download = false;
|
||||
curl_easy_setopt (curl, CURLOPT_NOPROGRESS, 0); // turn on the progress bar
|
||||
curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
||||
curl_easy_setopt (curl, CURLOPT_XFERINFOFUNCTION, progress_callback);
|
||||
curl_easy_setopt (curl, CURLOPT_PROGRESSDATA, this);
|
||||
|
||||
if (oauth_token == "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue