diff options
Diffstat (limited to '')
-rw-r--r-- | src/song_sticker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/song_sticker.h b/src/song_sticker.h index 43fe59dbd..20ae68ce9 100644 --- a/src/song_sticker.h +++ b/src/song_sticker.h @@ -68,6 +68,8 @@ sticker_song_get(const struct song *song); * Finds stickers with the specified name below the specified * directory. * + * Caller must lock the #db_mutex. + * * @param directory the base directory to search in * @param name the name of the sticker * @return true on success (even if no sticker was found), false on |