Skip to content

Commit fccaff0

Browse files
committed
Use new API
1 parent 2e714dd commit fccaff0

File tree

26 files changed

+53831
-2
lines changed

26 files changed

+53831
-2
lines changed

Release FB2K/pfc.lib

3.79 MB
Binary file not shown.

foo_maloja/foo_maloja.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#define COMPONENT_TITLE "Maloja Scrobbler"
44
#define COMPONENT_NAME "foo_maloja"
5-
#define COMPONENT_VERSION "0.0.1"
5+
#define COMPONENT_VERSION "0.0.2"
66
#define COMPONENT_INFO "https://github.com/ICTman1076/foo_maloja\n" "(C) 2017-2019 Volodymyr Medvid, (C) 2020 ICTman1076"
77
#define COMPONENT_DLL COMPONENT_NAME ".dll"

foo_maloja/lbz_listen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bool lbz_listen::submit() {
5151

5252
pfc::string8 header = "Content-Type: application/json";
5353

54-
lbz_http_client::post_url(lbz_preferences::m_server, "/api/newscrobble", header, json_data, abort_callback_dummy());
54+
lbz_http_client::post_url(lbz_preferences::m_server, "/apis/mlj_1/newscrobble", header, json_data, abort_callback_dummy());
5555

5656
free(json_data);
5757
return true;

0 commit comments

Comments
 (0)