forked from organicmaps/organicmaps
[metaserver] Add version to request to metaserver
This commit is contained in:
parent
1d21db8450
commit
677083266c
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void Storage::DownloadNextFile(QueuedCountry const & country)
|
|||
CountryFile const & countryFile = GetCountryFile(country.GetIndex());
|
||||
|
||||
// send Country name for statistics
|
||||
m_downloader->GetServersList(countryFile.GetNameWithoutExt(),
|
||||
m_downloader->GetServersList(strings::to_string(GetCurrentDataVersion()) + "/" + countryFile.GetNameWithoutExt(),
|
||||
bind(&Storage::OnServerListDownloaded, this, _1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue