]> git.sesse.net Git - vlc/commitdiff
Folder album art : use the correct config option name
authorRafaël Carré <rafael.carre@gmail.com>
Tue, 7 Jul 2009 00:24:44 +0000 (02:24 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Tue, 7 Jul 2009 00:24:44 +0000 (02:24 +0200)
modules/meta_engine/folder.c

index ae0091d4e2fac38d6e1afebc0c57fc341fc23c12..9ef715f44591e706dd2b9f8f850c5ceddb863b16 100644 (file)
@@ -111,7 +111,7 @@ static int FindMeta( vlc_object_t *p_this )
     {
         if( i == -1 ) /* higher priority : configured filename */
         {
-            char *psz_userfile = config_GetPsz( p_this, "filename" );
+            char *psz_userfile = config_GetPsz( p_this, "album-art-filename" );
             if( !psz_userfile )
                 continue;
             snprintf( psz_filename, MAX_PATH, "%s%s", psz_path, psz_userfile );