Add logging and fix incorrect get_path calls

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent d349d77085
commit 0ab6904c11
3 changed files with 16 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ static Noh_String create_feed_response(Library_Entry self_path, SV url, Library_
static enum MHD_Result handle_opds(struct MHD_Connection *connection, SV url, Settings settings, SV username) {
noh_arena_save(&temp);
Noh_String fs_path = build_path(false, &settings.base_path, &username, &url);
Noh_String fs_path = build_path(false, false, &settings.base_path, &username, &url);
Noh_String fs_path_cstr = fs_path;
noh_string_append_null(&fs_path_cstr);