summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index ef943f1bd9..86c0c293ab 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -107,7 +107,7 @@ struct playlist_info
107 int num_cached; /* number of cached entries */ 107 int num_cached; /* number of cached entries */
108 struct mutex mutex; /* mutex for control file access */ 108 struct mutex mutex; /* mutex for control file access */
109#ifdef HAVE_DIRCACHE 109#ifdef HAVE_DIRCACHE
110 struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */ 110 int dcfrefs_handle;
111#endif 111#endif
112 int dirlen; /* Length of the path to the playlist file */ 112 int dirlen; /* Length of the path to the playlist file */
113 char filename[MAX_PATH]; /* path name of m3u playlist on disk */ 113 char filename[MAX_PATH]; /* path name of m3u playlist on disk */