summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index efac303f30..286823e0cf 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -36,7 +36,8 @@ struct playlist_info
36 int control_fd; /* descriptor of the open control file */ 36 int control_fd; /* descriptor of the open control file */
37 bool control_created; /* has control file been created? */ 37 bool control_created; /* has control file been created? */
38 int dirlen; /* Length of the path to the playlist file */ 38 int dirlen; /* Length of the path to the playlist file */
39 unsigned long *indices; /* array of indices */ 39 unsigned long *indices; /* array of indices */
40 const struct dircache_entry **filenames; /* Entries from dircache */
40 int max_playlist_size; /* Max number of files in playlist. Mirror of 41 int max_playlist_size; /* Max number of files in playlist. Mirror of
41 global_settings.max_files_in_playlist */ 42 global_settings.max_files_in_playlist */
42 bool in_ram; /* playlist stored in ram (dirplay) */ 43 bool in_ram; /* playlist stored in ram (dirplay) */