Skip to content

Commit 84a0328

Browse files
authored
Client data key update.
1 parent 92237b3 commit 84a0328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DownloadManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static Preference<RString> serverURL("UploadServerAPIURL", "https://api.etternao
3636
static Preference<unsigned int> automaticSync("automaticScoreSync", 1);
3737
static Preference<unsigned int> downloadPacksToAdditionalSongs("downloadPacksToAdditionalSongs", 0);
3838
static const string TEMP_ZIP_MOUNT_POINT = "/@temp-zip/";
39-
static const string CLIENT_DATA_KEY = "1C563ADA30BEDBFAABF885AF47E58BE012B21D421B421F3469A9898D0C6D6906";
39+
static const string CLIENT_DATA_KEY = "6EE45A0D6997622C67A6064AFAE8D93A8CAEE575D17D5E16DA3EDBFC8D7D2477";
4040
static const string DL_DIR = SpecialFiles::CACHE_DIR + "Downloads/";
4141

4242
size_t write_memory_buffer(void *contents, size_t size, size_t nmemb, void *userp)

0 commit comments

Comments
 (0)