summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index a331838fde..6048001ff7 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -82,7 +82,9 @@ struct playlist_info
82 bool control_created; /* has control file been created? */ 82 bool control_created; /* has control file been created? */
83 int dirlen; /* Length of the path to the playlist file */ 83 int dirlen; /* Length of the path to the playlist file */
84 volatile unsigned long *indices; /* array of indices */ 84 volatile unsigned long *indices; /* array of indices */
85 volatile int *filenames; /* Array of dircache indices */ 85#ifdef HAVE_DIRCACHE
86 struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */
87#endif
86 int max_playlist_size; /* Max number of files in playlist. Mirror of 88 int max_playlist_size; /* Max number of files in playlist. Mirror of
87 global_settings.max_files_in_playlist */ 89 global_settings.max_files_in_playlist */
88 bool in_ram; /* playlist stored in ram (dirplay) */ 90 bool in_ram; /* playlist stored in ram (dirplay) */