From cdeaf873969d39c33faba6ef7ed86b8bfec5173c Mon Sep 17 00:00:00 2001 From: phelin Date: Thu, 10 Jan 2008 23:36:06 +0000 Subject: Add setup menu for Media player. Options for enabling or disabling metainfo types, metainfo scanner and metainfo caching. --- tools/playlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/playlist.c') 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"); -- cgit v1.2.3