|
myMPD
Internal API documentation
|
Folderart functions. More...
#include "compile_time.h"#include "src/webserver/folderart.h"#include "src/lib/api.h"#include "src/lib/json/json_print.h"#include "src/lib/json/json_rpc.h"#include "src/lib/log.h"#include "src/lib/msg_queue.h"#include "src/lib/sds_extras.h"#include "src/lib/validate.h"#include "src/webserver/placeholder.h"#include "src/webserver/response.h"#include "src/webserver/utility.h"
Functions | |
| bool | request_handler_folderart (struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data) |
Folderart functions.
| bool request_handler_folderart | ( | struct mg_connection * | nc, |
| struct mg_http_message * | hm, | ||
| struct t_mg_user_data * | mg_user_data | ||
| ) |
Serves the first image in a folder
| nc | mongoose connection |
| hm | http message |
| mg_user_data | pointer to mongoose configuration |