Skip to content

Commit

Permalink
Fixes forcesync
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Feb 20, 2024
1 parent f89ed43 commit fa6b6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod-cloud-audiocom/CloudProjectUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ bool SyncCloudProject(
auto progressDialog = MakeProgress();

auto future = CloudSyncService::Get().SyncProject(
project, std::string(path), false, MakePoller(*progressDialog));
project, std::string(path), force, MakePoller(*progressDialog));

auto result = GetResult(future);
LogTransferStats(result.Stats);
Expand Down

0 comments on commit fa6b6de

Please sign in to comment.