summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.h')
-rw-r--r--apps/playlist_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 756a1e1129..f455ef7ebc 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -43,7 +43,7 @@ bool catalog_pick_new_playlist_name(char *pl_name, size_t buf_size,
43 * sel_attr : the attributes that tell what type of file we're adding 43 * sel_attr : the attributes that tell what type of file we're adding
44 * new_playlist : whether we want to create a new playlist or add to an 44 * new_playlist : whether we want to create a new playlist or add to an
45 * existing one. 45 * existing one.
46 * m3u8name : filename to save the playlist to, NULL to show the keyboard 46 * m3u8name : NULL, or filename to show in keyboard picker (include the extension!)
47 * add_to_pl_cb : can be NULL, or a function responsible for handling the 47 * add_to_pl_cb : can be NULL, or a function responsible for handling the
48 * insert operations itself, in case the caller wants full 48 * insert operations itself, in case the caller wants full
49 * control over how and what files are actually added. 49 * control over how and what files are actually added.