mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[traffic] Default URL
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
#include "std/target_os.hpp"
|
||||
|
||||
#include "defines.hpp"
|
||||
#include "private.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -2628,7 +2629,7 @@ std::string Framework::LoadTrafficHttpUrl()
|
||||
{
|
||||
std::string url;
|
||||
if (!settings::Get(kTrafficHttpUrlKey, url))
|
||||
url = "";
|
||||
url = TRAFFIC_HTTP_URL_DEFAULT;
|
||||
return url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user