diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 2 |
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 int num_cached; /* number of cached entries */ struct mutex mutex; /* mutex for control file access */ #ifdef HAVE_DIRCACHE - struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */ + int dcfrefs_handle; #endif int dirlen; /* Length of the path to the playlist file */ char filename[MAX_PATH]; /* path name of m3u playlist on disk */ |