FossilOrigin-Name: ef9cdb6cf58627e0af51eebbea8bf012f816c64a426c5727547142032f56cf81
This commit is contained in:
nekobit 2023-02-27 03:20:49 +00:00
parent 7cda5f605e
commit 839a226729
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <string.h>
#include <stdlib.h>
#include <mastodont_hooks.h>
#include <mastodont_scrobbles.h>
#include <mastodont_json_helper.h>
#include <mastodont_query.h>
@ -26,6 +27,7 @@ mstdnt_scrobble_json(struct mstdnt_scrobble* scrobble, cJSON* js)
{ "id", &(scrobble->id), _mstdnt_val_string_call },
{ "length", &(scrobble->length), _mstdnt_val_uint_call },
{ "title", &(scrobble->title), _mstdnt_val_string_call }
};
for (v = js; v; v = v->next)