summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/playlist.c4
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");