diff options
author | phelin <phelin> | 2008-01-10 23:36:06 +0000 |
---|---|---|
committer | phelin <phelin> | 2008-01-10 23:36:06 +0000 |
commit | cdeaf873969d39c33faba6ef7ed86b8bfec5173c (patch) | |
tree | 07f960eb3a3aaec87ee6b82e326d7c44c55ba84f /tools/playlist.c | |
parent | 3d2752b849a7cd8bee622b9e7c8aa9f476034002 (diff) | |
download | xineliboutput-cdeaf873969d39c33faba6ef7ed86b8bfec5173c.tar.gz xineliboutput-cdeaf873969d39c33faba6ef7ed86b8bfec5173c.tar.bz2 |
Add setup menu for Media player. Options for enabling or disabling metainfo types,
metainfo scanner and metainfo caching.
Diffstat (limited to 'tools/playlist.c')
-rw-r--r-- | tools/playlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/playlist.c b/tools/playlist.c index b4880d6a..e1f7d0d2 100644 --- a/tools/playlist.c +++ b/tools/playlist.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: playlist.c,v 1.10 2008-01-10 23:33:51 phelin Exp $ + * $Id: playlist.c,v 1.11 2008-01-10 23:36:06 phelin Exp $ * */ @@ -477,7 +477,7 @@ static const char *strchrnext(const char *s, char c) bool cPlaylist::ReadCache(void) { - if(m_Origin == eImplicit && *m_Folder) { + if(xc.cache_implicit_playlists && m_Origin == eImplicit && *m_Folder) { cString Name = cString::sprintf("%s%s", *m_Folder, PLAYLIST_CACHE); FILE *f = fopen(Name, "r"); |