1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-03 04:37:33 +01:00

Geolocate over ssl.

This commit is contained in:
John Maguire 2016-01-08 12:09:13 +00:00
parent 5d868573bc
commit 70070ee0bf

View File

@ -29,7 +29,7 @@
#include "core/closure.h"
#include "core/logging.h"
const char* Geolocator::kUrl = "http://data.clementine-player.org/geolocate";
const char* Geolocator::kUrl = "https://data.clementine-player.org/geolocate";
using std::numeric_limits;