|
myMPD
Internal API documentation
|
Album cache creation. More...
#include "src/mympd_worker/state.h"

Go to the source code of this file.
Functions | |
| bool | mympd_worker_album_cache_create (struct t_mympd_worker_state *mympd_worker_state, bool force) |
Album cache creation.
| bool mympd_worker_album_cache_create | ( | struct t_mympd_worker_state * | mympd_worker_state, |
| bool | force | ||
| ) |
Public functions Creates the album cache and returns it to mympd_api thread
| mympd_worker_state | pointer to mympd_worker_state struct |
| force | true=force update, false=update only if mpd database is newer then the caches |